SELECT SQL_NO_CACHE id_gform_analytics
FROM `cdf_gform_analytics`
WHERE id_gformbuilderpro = 6 AND
ip_address = "18.218.190.118" AND
id_customer = 0 AND
browser = "Mozilla" AND
platform = "unknown" AND
DAY(date_add) ="21" AND
MONTH(date_add) ="11" AND
YEAR(date_add) ="2024" LIMIT 1 |
37692
ms
|
33496 |
|
|
/modules/gformbuilderpro/gformbuilderpro.php:380
/modules/gformbuilderpro/gformbuilderpro.php:840<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2024-11-21 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `cdf_accessory`
LEFT JOIN `cdf_product` p ON p.`id_product` = `id_product_2`
INNER JOIN cdf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cdf_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `cdf_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `cdf_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `cdf_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `cdf_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `cdf_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN cdf_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 135 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
14300
ms
|
1 |
|
Yes
|
/classes/Product.php:4631
/controllers/front/ProductController.php:358<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM cdf_feature_product pf
LEFT JOIN cdf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cdf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cdf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cdf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 135
ORDER BY f.position ASC |
13825
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2024-11-21 00:00:00",
INTERVAL 20 DAY)) > 0 AS new FROM `cdf_product_sale` ps
LEFT JOIN `cdf_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN cdf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `cdf_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `cdf_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `cdf_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `cdf_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `cdf_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `cdf_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 8
AND tr.`id_state` = 0
LEFT JOIN `cdf_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN cdf_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1
AND product_shop.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `cdf_category_product` cp
JOIN `cdf_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY `sales` DESC
LIMIT 0, 4 |
13717
ms
|
3 |
|
|
/classes/ProductSale.php:151
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/ets_bestselling/ets_bestselling.php:598<br>/modules/ets_bestselling/ets_bestselling.php:638<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cdf_lgcookieslaw_cookie` a
LEFT JOIN `cdf_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
11435
ms
|
3 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5073<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_gformbuilderpro` a
LEFT JOIN `cdf_gformbuilderpro_lang` `b` ON a.`id_gformbuilderpro` = b.`id_gformbuilderpro` AND b.`id_lang` = 1
LEFT JOIN `cdf_gformbuilderpro_shop` `c` ON a.`id_gformbuilderpro` = c.`id_gformbuilderpro` AND c.`id_shop` = 1
WHERE (a.`id_gformbuilderpro` = 6) LIMIT 1 |
11347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/gformbuilderpro/classes/gformbuilderproModel.php:98<br>/modules/gformbuilderpro/gformbuilderpro.php:828<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `cdf_module` m
INNER JOIN cdf_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 `cdf_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `cdf_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `cdf_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `cdf_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` |
10605
ms
|
2100 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cdf_iqitadditionaltab t
LEFT JOIN cdf_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 1)
INNER JOIN cdf_iqitadditionaltab_shop iqitadditionaltab_shop
ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 135) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab
ORDER BY t.`position` |
10245
ms
|
3 |
Yes
|
Yes
|
/modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118
/modules/iqitadditionaltabs/iqitadditionaltabs.php:558<br>/modules/iqitadditionaltabs/iqitadditionaltabs.php:530<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `cdf_configuration` c
LEFT JOIN `cdf_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9820
ms
|
1308 |
|
|
/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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `cdf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 135 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `cdf_cart_product` cp JOIN `cdf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cdf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
9097
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator` a
LEFT JOIN `cdf_configurator_shop` `c` ON a.`id_configurator` = c.`id_configurator` AND c.`id_shop` = 1
WHERE (a.`id_configurator` = 62) LIMIT 1 |
9061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configurator/classes/ConfiguratorModel.php:97<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:859<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `cdf_meta` m
LEFT JOIN `cdf_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
8570
ms
|
65 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM cdf_configurator_attachment a
WHERE a.id_configurator_attachment IN (
SELECT pa.id_configurator_attachment
FROM cdf_configurator_cartdetail_attachment pa
WHERE id_configurator_cart_detail = 2972
) |
8560
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttachment.php:101
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1815<br>/modules/configurator/controllers/front/product.php:816<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM cdf_iqit_elementor_product c LEFT JOIN cdf_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 135 AND s.id_shop = 1 LIMIT 1 |
8152
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorProduct.php:74
/modules/iqitelementor/iqitelementor.php:595<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/1e/a4/6a/1ea46a8ae42f24b0b7904cad2ef573b391cad2cd_2.file.product-tabs-h.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/1e/a4/6a/1ea46a8ae42f24b0b7904cad2ef573b391cad2cd_2.file.product-tabs-h.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1000<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 284)
ORDER BY position ASC |
8120
ms
|
2 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_contact` c
LEFT JOIN cdf_contact_shop contact_shop
ON (contact_shop.id_contact = c.id_contact AND contact_shop.id_shop = 1)
LEFT JOIN `cdf_contact_lang` cl ON (c.`id_contact` = cl.`id_contact`)
WHERE cl.`id_lang` = 1
AND contact_shop.`id_shop` IN (1)
GROUP BY c.`id_contact`
ORDER BY `name` ASC |
7995
ms
|
2 |
Yes
|
Yes
|
/classes/Contact.php:99
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:319<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:67<br>/modules/iqitelementor/includes/widgets/prestashop.php:60<br>/modules/iqitelementor/includes/elements/base.php:376<br>/modules/iqitelementor/includes/widgets/prestashop.php:106<br>/modules/iqitelementor/includes/widgets-manager.php:78<br>/modules/iqitelementor/includes/widgets-manager.php:69<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `cdf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
7582
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
7509
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cdf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 84 LIMIT 1 |
7044
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/5e/2c/43/5e2c43225c6474cd13af44f54865472f0632719c_2.module.iqitreviewsviewstemplates.php:263<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/iqitreviews/iqitreviews.php:131<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqit_elementor_content` a
LEFT JOIN `cdf_iqit_elementor_content_lang` `b` ON a.`id_elementor` = b.`id_elementor` AND b.`id_lang` = 1
LEFT JOIN `cdf_iqit_elementor_content_shop` `c` ON a.`id_elementor` = c.`id_elementor` AND c.`id_shop` = 1
WHERE (a.`id_elementor` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
6891
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitelementor/src/IqitElementorContent.php:62<br>/modules/iqitelementor/iqitelementor.php:658<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `cdf_lang` l
LEFT JOIN `cdf_lang_shop` ls ON (l.id_lang = ls.id_lang) |
6670
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `cdf_cms` a
LEFT JOIN `cdf_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `cdf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
6520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/lgcookieslaw/lgcookieslaw.php:5089<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_product` a
LEFT JOIN `cdf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cdf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 135) AND (b.`id_shop` = 1) LIMIT 1 |
6374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE o.id_order
FROM cdf_orders o
LEFT JOIN cdf_order_detail od ON (od.id_order = o.id_order)
WHERE o.valid = 1
AND od.product_id IN (135) |
6223
ms
|
1 |
|
|
/modules/ps_crossselling/ps_crossselling.php:251
/modules/ps_crossselling/ps_crossselling.php:210<br>/modules/ps_crossselling/ps_crossselling.php:231<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM cdf_iqit_link_block cb
INNER JOIN cdf_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 545
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
6219
ms
|
2 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
6165
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cdf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `cdf_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `cdf_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN cdf_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 135 |
5803
ms
|
1 |
|
|
/classes/Product.php:7427
/classes/Product.php:7440<br>/controllers/front/ProductController.php:65<br>/controllers/front/ProductController.php:124<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
UPDATE `cdf_configurator_cart_detail` SET `id_configurator_cart_detail` = '2972',`id_configurator` = '62',`id_product` = '135',`id_product_attribute` = '0',`id_guest` = '0',`id_cart` = '0',`id_order` = '0',`id_order_detail` = '0',`detail` = '',`added_in_cart` = '0',`price` = '2932',`weight` = '0',`delivery_impact` = '0',`id_customization` = '2973',`id_tax_rules_group` = '1',`reference` = 'P-24',`is_shared` = '0',`visual_rendering` = '' WHERE `id_configurator_cart_detail` = 2972 |
5421
ms
|
1 |
|
|
/classes/ObjectModel.php:756
/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `cdf_category` c
INNER JOIN cdf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `cdf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `cdf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `cdf_category` c2 ON c2.`id_category` = 2 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 |
5390
ms
|
28 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:3360<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `cdf_product_attribute` pa
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN cdf_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `cdf_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `cdf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `cdf_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `cdf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `cdf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN cdf_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 135
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
5057
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4541
/controllers/front/ProductController.php:577<br>/controllers/front/ProductController.php:414<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM cdf_required_field |
5004
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1133<br>/classes/ObjectModel.php:1043<br>/classes/ObjectModel.php:293<br>/classes/ObjectModel.php:756<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_threesixty FROM cdf_iqit_threesixty WHERE id_product = 135 LIMIT 1 |
4949
ms
|
1 |
|
|
/modules/iqitextendedproduct/src/IqitThreeSixty.php:73
/modules/iqitextendedproduct/iqitextendedproduct.php:285<br>/modules/iqitextendedproduct/iqitextendedproduct.php:276<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:208<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:914<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_customization_field` a
WHERE (a.`id_customization_field` = 54) LIMIT 1 |
4598
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configurator/classes/ConfiguratorModel.php:129<br>/modules/configurator/classes/ConfiguratorModel.php:262<br>/modules/configurator/classes/ConfiguratorModel.php:99<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:859<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<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 cdf_iqitmegamenu_tabs_shop hs
LEFT JOIN cdf_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN cdf_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 |
4582
ms
|
3 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3147<br>/modules/iqitmegamenu/iqitmegamenu.php:2610<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitadditionaltabs" LIMIT 1 |
4417
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>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM cdf_cms c
LEFT JOIN cdf_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN cdf_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 (24) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
4259
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3257<br>/modules/iqitmegamenu/iqitmegamenu.php:3372<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
4224
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:729<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:692<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1275<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cdf_image` i
INNER JOIN cdf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 135
AND image_shop.`cover` = 1 LIMIT 1 |
4119
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `cdf_pscheckout_funding_source`
WHERE `id_shop` = 1 |
4091
ms
|
1 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:165<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:143<br>/modules/ps_checkout/ps_checkout.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_country` a
LEFT JOIN `cdf_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `cdf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
4075
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 option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
4004
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/includes/operations.class.php:2092<br>/modules/revsliderprestashop/revsliderprestashop.php:492<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_productvideo FROM cdf_iqit_productvideo WHERE id_product = 135 LIMIT 1 |
3939
ms
|
1 |
|
|
/modules/iqitextendedproduct/src/IqitProductVideo.php:73
/modules/iqitextendedproduct/iqitextendedproduct.php:297<br>/modules/iqitextendedproduct/iqitextendedproduct.php:276<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:208<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:914<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM cdf_iqitmenulinks l
LEFT JOIN cdf_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN cdf_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "5"
AND l.id_shop IN (0, 1) |
3905
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3327<br>/modules/iqitmegamenu/iqitmegamenu.php:3372<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*,b.label
FROM cdf_gformbuilderprofields as a,
cdf_gformbuilderprofields_lang as b,
cdf_gformbuilderprofields_shop as c
WHERE a.id_gformbuilderprofields = b.id_gformbuilderprofields
AND a.id_gformbuilderprofields = c.id_gformbuilderprofields
AND c.id_shop = 1
AND b.id_lang = 1
AND a.id_gformbuilderprofields IN(122,125,124,126) |
3900
ms
|
4 |
|
|
/modules/gformbuilderpro/classes/gformbuilderprofieldsModel.php:177
/modules/gformbuilderpro/gformbuilderpro.php:879<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `cdf_hook` h
WHERE (h.active = 1) |
3797
ms
|
854 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM cdf_tag t
LEFT JOIN cdf_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=135 |
3700
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:742<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_hook_module_exceptions`
WHERE `id_shop` IN (1) |
3661
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:357<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
UPDATE `cdf_configurator_cart_detail` SET `id_configurator_cart_detail` = '2972',`id_configurator` = '62',`id_product` = '135',`id_product_attribute` = '0',`id_guest` = '0',`id_cart` = '0',`id_order` = '0',`id_order_detail` = '0',`detail` = '{\"284\":{\"id\":284,\"name\":\"Traitement du bois\",\"invoice_name\":\"Traitement du bois\",\"displayed_in_preview\":\"1\",\"displayed_in_order\":\"1\",\"input_suffix\":\"\",\"use_qty\":\"0\",\"required\":\"1\",\"ignored_if_empty\":\"1\",\"options\":{\"1493\":{\"id\":1493,\"id_option\":15,\"name\":\"Sans protection\",\"selected_by_default\":\"1\",\"check_default\":\"0\",\"position\":0,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":1,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1494\":{\"id\":1494,\"id_option\":16,\"name\":\"Traitement autoclave Marron\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":1,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":\"706,80\\u00a0\\u20ac\",\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":589,\"price_tax_incl\":706.8}],\"price\":{\"tax_excl\":589,\"tax_incl\":706.8},\"display_price\":{\"value\":706.8,\"formatted\":\"706,80\\u00a0\\u20ac\"},\"reduc_tax_excl\":0,\"texture_image\":\"\\/img\\/co\\/16.jpg\",\"color\":\"#ffffff\"}},\"position\":\"0\",\"price_list\":false,\"is_upload\":false,\"file_has_been_uploaded\":false,\"attachments\":[],\"disabled\":0,\"dropzone\":null,\"yes_no_value\":null,\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"total_step_amount\":0,\"display_step_amount\":\"0,00\\u00a0\\u20ac\",\"weight\":0,\"delivery_impact\":0,\"dimension_width\":0,\"dimension_height\":0,\"dimension_depth\":0,\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"display_price\":{\"value\":0,\"formatted\":\"0,00\\u00a0\\u20ac\"}},\"285\":{\"id\":285,\"name\":\"Autorisations d\'urbanisme\",\"invoice_name\":\"Autorisations d\'urbanisme\",\"displayed_in_preview\":\"1\",\"displayed_in_order\":\"1\",\"input_suffix\":\"\",\"use_qty\":\"0\",\"required\":\"0\",\"ignored_if_empty\":\"1\",\"options\":{\"3036\":{\"id\":3036,\"id_option\":88,\"name\":\"Aucune\",\"selected_by_default\":\"1\",\"check_default\":\"0\",\"position\":0,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":1,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1497\":{\"id\":1497,\"id_option\":76,\"name\":\"Dossiers complets\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":1,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1498\":{\"id\":1498,\"id_option\":77,\"name\":\"Plans unitaires\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":2,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"}},\"position\":\"1\",\"price_list\":false,\"is_upload\":false,\"file_has_been_uploaded\":false,\"attachments\":[],\"disabled\":0,\"dropzone\":null,\"yes_no_value\":null,\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"total_step_amount\":0,\"display_step_amount\":\"0,00\\u00a0\\u20ac\",\"weight\":0,\"delivery_impact\":0,\"dimension_width\":0,\"dimension_height\":0,\"dimension_depth\":0,\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"display_price\":{\"value\":0,\"formatted\":\"0,00\\u00a0\\u20ac\"}}}',`added_in_cart` = '0',`price` = '2932',`weight` = '0',`delivery_impact` = '0',`id_customization` = '2973',`id_tax_rules_group` = '1',`reference` = 'P-24',`is_shared` = '0',`visual_rendering` = '' WHERE `id_configurator_cart_detail` = 2972 |
3628
ms
|
1 |
|
|
/classes/ObjectModel.php:756
/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:981<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cdf_tax_rule` tr
JOIN `cdf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
3333
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
REPLACE INTO `cdf_customized_data` (`id_customization`, `type`, `index`, `value`, `price`, `weight`, `id_module`) VALUES ('2973', '1', '54', '<span class="configurator-detail-step configurator-detail-step-284"><span class="configurator-detail-step-name">Traitement du bois</span> : <span class="configurator-detail-step-values"><span class="configurator-default-option">Sans protection</span></span></span><br /><span class="configurator-detail-step configurator-detail-step-285"><span class="configurator-detail-step-name">Autorisations d\'urbanisme</span> : <span class="configurator-detail-step-values"><span class="configurator-default-option">Aucune</span></span></span>', '0', '0', '97') |
3327
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1086
/modules/configurator/classes/ConfiguratorCartDetailModel.php:977<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<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 cdf_shop_url su
LEFT JOIN cdf_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'charpentedefrance.eetek.tech' OR su.domain_ssl = 'charpentedefrance.eetek.tech')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
3309
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 *
FROM `cdf_currency` a
LEFT JOIN `cdf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `cdf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
3272
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `cdf_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `cdf_hook_alias` ha
INNER JOIN `cdf_hook` h ON ha.name = h.name |
3245
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6773<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `cdf_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 |
3245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/ProductController.php:236<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_product` a
LEFT JOIN `cdf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cdf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
3233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/modules/iqitproductsnav/iqitproductsnav.php:90<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_customization_field_lang`
WHERE `id_customization_field` = 54 AND `id_shop` = 1 |
3187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configurator/classes/ConfiguratorModel.php:129<br>/modules/configurator/classes/ConfiguratorModel.php:262<br>/modules/configurator/classes/ConfiguratorModel.php:99<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:859<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitreviews" LIMIT 1 |
3163
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>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `cdf_hook_module` hm
STRAIGHT_JOIN `cdf_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `cdf_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3024
ms
|
502 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:6773<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `cdf_lgcookieslaw_purpose` a
LEFT JOIN `cdf_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) |
2962
ms
|
6 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:5446<br>/modules/lgcookieslaw/lgcookieslaw.php:5286<br>/modules/lgcookieslaw/lgcookieslaw.php:5274<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cdf_module` m
LEFT JOIN `cdf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2874
ms
|
105 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:178<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:357<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cdf_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
2835
ms
|
1 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_group` a
LEFT JOIN `cdf_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
2815
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM cdf_product_attribute pa
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 135 LIMIT 1 |
2746
ms
|
1 |
|
|
/classes/Product.php:1037
/override/classes/Product.php:408<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_currency` c ORDER BY `iso_code` ASC |
2743
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `cdf_hook_alias` |
2743
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
UPDATE `cdf_configurator_cart_detail` SET `id_configurator_cart_detail` = '2972',`id_configurator` = '62',`id_product` = '135',`id_product_attribute` = '0',`id_guest` = '0',`id_cart` = '0',`id_order` = '0',`id_order_detail` = '0',`detail` = '{\"284\":{\"id\":284,\"name\":\"Traitement du bois\",\"invoice_name\":\"Traitement du bois\",\"displayed_in_preview\":\"1\",\"displayed_in_order\":\"1\",\"input_suffix\":\"\",\"use_qty\":\"0\",\"required\":\"1\",\"ignored_if_empty\":\"1\",\"options\":{\"1493\":{\"id\":1493,\"id_option\":15,\"name\":\"Sans protection\",\"selected_by_default\":\"1\",\"check_default\":\"0\",\"position\":0,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":1,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1494\":{\"id\":1494,\"id_option\":16,\"name\":\"Traitement autoclave Marron\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":1,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":\"706,80\\u00a0\\u20ac\",\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":589,\"price_tax_incl\":706.8}],\"price\":{\"tax_excl\":589,\"tax_incl\":706.8},\"display_price\":{\"value\":706.8,\"formatted\":\"706,80\\u00a0\\u20ac\"},\"reduc_tax_excl\":0,\"texture_image\":\"\\/img\\/co\\/16.jpg\",\"color\":\"#ffffff\"}},\"position\":\"0\",\"price_list\":false,\"is_upload\":false,\"file_has_been_uploaded\":false,\"attachments\":[],\"disabled\":0,\"dropzone\":null,\"yes_no_value\":null,\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"total_step_amount\":0,\"display_step_amount\":\"0,00\\u00a0\\u20ac\",\"weight\":0,\"delivery_impact\":0,\"dimension_width\":0,\"dimension_height\":0,\"dimension_depth\":0,\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"display_price\":{\"value\":0,\"formatted\":\"0,00\\u00a0\\u20ac\"}},\"285\":{\"id\":285,\"name\":\"Autorisations d\'urbanisme\",\"invoice_name\":\"Autorisations d\'urbanisme\",\"displayed_in_preview\":\"1\",\"displayed_in_order\":\"1\",\"input_suffix\":\"\",\"use_qty\":\"0\",\"required\":\"0\",\"ignored_if_empty\":\"1\",\"options\":{\"3036\":{\"id\":3036,\"id_option\":88,\"name\":\"Aucune\",\"selected_by_default\":\"1\",\"check_default\":\"0\",\"position\":0,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":1,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1497\":{\"id\":1497,\"id_option\":76,\"name\":\"Dossiers complets\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":1,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"},\"1498\":{\"id\":1498,\"id_option\":77,\"name\":\"Plans unitaires\",\"selected_by_default\":\"0\",\"check_default\":\"0\",\"position\":2,\"min\":\"\",\"max\":\"\",\"default\":\"\",\"weight\":0,\"delivery_impact\":0,\"value\":\"\",\"selected\":0,\"display_amount\":null,\"display_reduc\":\"\",\"total_price\":0,\"qty\":1,\"reference\":\"\",\"reference_position\":\"0\",\"layer\":null,\"layers\":null,\"used_for_dimension\":\"\",\"dimension_coeff\":\"0.0000000000\",\"qty_coeff\":\"1\",\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"display_price\":{\"value\":null,\"formatted\":null},\"reduc_tax_excl\":0,\"color\":\"\"}},\"position\":\"1\",\"price_list\":false,\"is_upload\":false,\"file_has_been_uploaded\":false,\"attachments\":[],\"disabled\":0,\"dropzone\":null,\"yes_no_value\":null,\"price\":{\"tax_excl\":0,\"tax_incl\":0},\"total_step_amount\":0,\"display_step_amount\":\"0,00\\u00a0\\u20ac\",\"weight\":0,\"delivery_impact\":0,\"dimension_width\":0,\"dimension_height\":0,\"dimension_depth\":0,\"taxes\":[{\"id_tax_rules_group\":1,\"price_tax_excl\":0,\"price_tax_incl\":0}],\"display_price\":{\"value\":0,\"formatted\":\"0,00\\u00a0\\u20ac\"}}}',`added_in_cart` = '0',`price` = '2932',`weight` = '0',`delivery_impact` = '0',`id_customization` = '2973',`id_tax_rules_group` = '1',`reference` = 'P-24',`is_shared` = '0',`visual_rendering` = '' WHERE `id_configurator_cart_detail` = 2972 |
2717
ms
|
1 |
|
|
/classes/ObjectModel.php:756
/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:648<br>/modules/configurator/controllers/front/product.php:519<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 4 |
2697
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `cdf_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
2687
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:727<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 284)
ORDER BY position ASC |
2647
ms
|
2 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cdf_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
2538
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:726<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `cdf_category_product` cp
INNER JOIN `cdf_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 135 AND ctg.`id_group` = 1 LIMIT 1 |
2407
ms
|
3 |
|
|
/classes/Product.php:6615
/classes/Product.php:6593<br>/controllers/front/ProductController.php:194<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `cdf_category_product` as cp
RIGHT JOIN `cdf_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 2
AND p.active = 1
AND cp.position < 47 ORDER BY cp.position DESC LIMIT 1 |
2333
ms
|
67 |
Yes
|
|
/modules/iqitproductsnav/iqitproductsnav.php:203
/modules/iqitproductsnav/iqitproductsnav.php:83<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM cdf_revslider_sliders |
2304
ms
|
5 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:215
/modules/revsliderprestashop/revsliderprestashop.php:768<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_product` a
LEFT JOIN `cdf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 135) LIMIT 1 |
2272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1122<br>/modules/configurator/controllers/front/product.php:336<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cdf_stock_available`
WHERE (id_product = 135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2261
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7759<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
2219
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1434<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
INSERT INTO `cdf_gform_analytics`(id_gformbuilderpro,ip_address,id_customer,browser,browser_version,user_agent,platform,date_add,id_shop) VALUES
(6,"18.218.190.118",0,"Mozilla","5.0","Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","unknown","2024-11-21 09:49:14",1) |
2191
ms
|
1 |
|
|
/modules/gformbuilderpro/gformbuilderpro.php:392
/modules/gformbuilderpro/gformbuilderpro.php:840<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `cdf_product` p
INNER JOIN `cdf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cdf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 135) |
2189
ms
|
1 |
|
|
/override/classes/Product.php:442
/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:4099<br>/controllers/front/ProductController.php:268<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `cdf_hook_alias` |
2184
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cdf_hook` |
2136
ms
|
854 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM cdf_product_attribute pa
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 136 LIMIT 1 |
2116
ms
|
1 |
|
|
/classes/Product.php:1037
/modules/iqitproductsnav/iqitproductsnav.php:89<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "cleanurls" LIMIT 1 |
2111
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/configurator.php:1390<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "productcomments" LIMIT 1 |
2096
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:333<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:923<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `cdf_lgcookieslaw_purpose` a
LEFT JOIN `cdf_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) |
2073
ms
|
6 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:5064<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
2019
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/src/Adapter/Image/ImageRetriever.php:93<br>:undefined<br>/src/Adapter/Image/ImageRetriever.php:87<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_product` a
LEFT JOIN `cdf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cdf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
1991
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:186<br>/modules/iqitproductsnav/iqitproductsnav.php:115<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
1979
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:333<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:923<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM cdf_product_attribute pa
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 134 LIMIT 1 |
1977
ms
|
1 |
|
|
/classes/Product.php:1037
/modules/iqitproductsnav/iqitproductsnav.php:114<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
1865
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `cdf_address_format`
WHERE `id_country` = 8 LIMIT 1 |
1851
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM cdf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 652 |
1847
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorContent.php:127
/modules/iqitelementor/iqitelementor.php:655<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.php:200<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/iqitmegamenu/iqitmegamenu.php:2558<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_crossselling" LIMIT 1 |
1815
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cdf_module` m
LEFT JOIN `cdf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1776
ms
|
105 |
|
|
/classes/module/Module.php:340
/modules/iqitthemeeditor/iqitthemeeditor.php:40<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:514<br>/override/classes/Dispatcher.php:39<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 cdf_shop_group gs
LEFT JOIN cdf_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN cdf_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 |
1765
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 `id_module` FROM `cdf_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1 |
1763
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.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>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 0) |
1761
ms
|
0 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2394<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:2441<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1562<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `cdf_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `cdf_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `cdf_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN cdf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN cdf_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 135 |
1742
ms
|
1 |
|
|
/classes/Product.php:7427
/controllers/front/ProductController.php:799<br>/controllers/front/ProductController.php:326<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_customization` a
WHERE (a.`id_customization` = 2973) LIMIT 1 |
1706
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1063<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:977<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqitreviews_products` pr
WHERE pr.`id_product` = 135 AND pr.`status` = 1
ORDER BY pr.`date_add` DESC |
1702
ms
|
1 |
Yes
|
|
/modules/iqitreviews/src/IqitProductReview.php:97
/modules/iqitreviews/iqitreviews.php:181<br>/modules/iqitreviews/iqitreviews.php:125<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
1683
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.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>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cdf_module` m
LEFT JOIN `cdf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1651
ms
|
105 |
|
|
/classes/module/Module.php:340
/modules/gformbuilderpro/gformbuilderpro.php:27<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/modules/configurator/configurator.php:1088<br>/modules/configurator/configurator.php:1302<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_country` a
LEFT JOIN `cdf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
1614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_configurator_cart_detail` ccd
WHERE ccd.id_product = 135
AND ccd.id_customization = 2973 LIMIT 1 |
1607
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2110
/override/classes/Product.php:201<br>/override/classes/Product.php:488<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/modules/configurator/controllers/front/product.php:927<br>/modules/configurator/controllers/front/product.php:872<br>/modules/configurator/controllers/front/product.php:456<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 287) |
1590
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 287) |
1577
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cu.id_customization, cd.index, cd.value, cd.type, cu.in_cart, cu.quantity
FROM `cdf_customization` cu
LEFT JOIN `cdf_customized_data` cd ON (cu.`id_customization` = cd.`id_customization`)
WHERE cu.id_cart = 0
AND cu.id_product = 135 AND type = 0 AND in_cart = 0 |
1570
ms
|
3 |
|
|
/classes/Cart.php:4407
/controllers/front/ProductController.php:291<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `cdf_tab` |
1566
ms
|
200 |
|
|
/classes/Tab.php:359
/controllers/front/ProductController.php:134<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
1553
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:581<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:887<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `cdf_currency` c
LEFT JOIN cdf_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
1504
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitlinksmanager/iqitlinksmanager.php:148<br>/modules/iqitlinksmanager/iqitlinksmanager.php:115<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`price`) FROM `cdf_customized_data`
WHERE `id_customization` = 2973 LIMIT 1 |
1474
ms
|
1 |
|
|
/classes/Customization.php:175
/override/classes/Product.php:479<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/modules/configurator/controllers/front/product.php:927<br>/modules/configurator/controllers/front/product.php:872<br>/modules/configurator/controllers/front/product.php:456<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
1471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM cdf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 35 |
1464
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorContent.php:127
/modules/iqitelementor/iqitelementor.php:655<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cu.id_customization, cd.index, cd.value, cd.type, cu.in_cart, cu.quantity
FROM `cdf_customization` cu
LEFT JOIN `cdf_customized_data` cd ON (cu.`id_customization` = cd.`id_customization`)
WHERE cu.id_cart = 0
AND cu.id_product = 135 AND in_cart = 0 |
1444
ms
|
3 |
|
|
/classes/Cart.php:4407
/controllers/front/ProductController.php:371<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
1420
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `cdf_tax_rule` tr
JOIN `cdf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1411
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:515<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:4099<br>/controllers/front/ProductController.php:268<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
1393
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_group_lang`
WHERE `id_group` = 1 |
1391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_country_lang`
WHERE `id_country` = 8 |
1390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 1493) |
1386
ms
|
1 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1271<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitextendedproduct" LIMIT 1 |
1376
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:208<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:914<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM cdf_shop s
LEFT JOIN cdf_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 |
1360
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 `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 287) |
1350
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cdf_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
1331
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 285)
ORDER BY position ASC |
1325
ms
|
3 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_tax_lang`
WHERE `id_tax` = 1 |
1294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:6774<br>/classes/Product.php:733<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `cdf_category` c
LEFT JOIN `cdf_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN cdf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1293
ms
|
28 |
Yes
|
Yes
|
/classes/Category.php:1146
/classes/Category.php:1082<br>/controllers/front/ProductController.php:837<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 285)
ORDER BY position ASC |
1274
ms
|
3 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM cdf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
1266
ms
|
1 |
|
|
/classes/Product.php:5614
/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 286)
ORDER BY position ASC |
1262
ms
|
2 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cdf_product_group_reduction_cache`
WHERE `id_product` = 135 AND `id_group` = 1 LIMIT 1 |
1251
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:543<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `cdf_module` m
LEFT JOIN `cdf_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_categorytree"
AND ms.`id_shop` IN (1) LIMIT 1 |
1245
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:174
/src/Core/Addon/Module/ModuleManager.php:580<br>/controllers/front/ProductController.php:240<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
1237
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `cdf_product` p
INNER JOIN `cdf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cdf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 135) |
1228
ms
|
1 |
|
|
/override/classes/Product.php:442
/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 15) LIMIT 1 |
1216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cdf_image` i
INNER JOIN cdf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cdf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 135
ORDER BY `position` |
1213
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
1204
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1434<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
1201
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cdf_module` m
LEFT JOIN `cdf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1187
ms
|
105 |
|
|
/classes/module/Module.php:340
/modules/configurator/configurator.php:95<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:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 285)
ORDER BY position ASC |
1186
ms
|
3 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 284)
ORDER BY position ASC |
1154
ms
|
2 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_product as id_product
FROM `cdf_category_product` as cp
RIGHT JOIN `cdf_product` as p
ON p.id_product=cp.id_product
WHERE cp.id_category = 2
AND p.active = 1
AND cp.position > 47 ORDER BY cp.position ASC LIMIT 1 |
1147
ms
|
20 |
|
|
/modules/iqitproductsnav/iqitproductsnav.php:188
/modules/iqitproductsnav/iqitproductsnav.php:84<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
1140
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `cdf_category` c
INNER JOIN cdf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `cdf_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `cdf_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1135
ms
|
28 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/ProductController.php:827<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM cdf_cart_product cp INNER JOIN cdf_product p
ON (p.id_product = cp.id_product) INNER JOIN cdf_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
1127
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 |
1126
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
1121
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/controllers/front/ProductController.php:240<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM cdf_image_type
WHERE `name` = 'small_default' LIMIT 1 |
1111
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2605<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cdf_hook`
WHERE `id_hook` = 831 LIMIT 1 |
1107
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE position
FROM `cdf_category_product`
WHERE id_category = 2
AND id_product = 135 LIMIT 1 |
1102
ms
|
1 |
|
|
/modules/iqitproductsnav/iqitproductsnav.php:145
/modules/iqitproductsnav/iqitproductsnav.php:81<br>/modules/iqitproductsnav/iqitproductsnav.php:68<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/8e/58/5f8e586c00f2e60c76aacf43d40f1e53868cd6f0_2.file.breadcrumb.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_hook` a
WHERE (a.`id_hook` = 545) LIMIT 1 |
1099
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_image_type` |
1098
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/iqitmegamenu/iqitmegamenu.php:2605<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
1095
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 0) |
1081
ms
|
0 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2394<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:2441<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1562<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cdf_lgcookieslaw_cookie` a
LEFT JOIN `cdf_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
1073
ms
|
3 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5073<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
1071
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1434<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
1069
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:208<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:226<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:914<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
1061
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
1039
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_product_lang`
WHERE `id_product` = 135 AND `id_shop` = 1 |
1034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1122<br>/modules/configurator/controllers/front/product.php:336<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
1031
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 0) |
1023
ms
|
0 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2394<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:2441<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1562<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "gformbuilderpro" LIMIT 1 |
1021
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/override/controllers/front/ProductController.php:19<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `cdf_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
1017
ms
|
1 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitcrossselling" LIMIT 1 |
1010
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `cdf_country`
WHERE `id_country` = 8 LIMIT 1 |
982
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>/controllers/front/ProductController.php:237<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `cdf_product_sale` ps
LEFT JOIN `cdf_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN cdf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
980
ms
|
1 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:86<br>/modules/ets_bestselling/ets_bestselling.php:598<br>/modules/ets_bestselling/ets_bestselling.php:638<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cu.id_customization, cd.index, cd.value, cd.type, cu.in_cart, cu.quantity
FROM `cdf_customization` cu
LEFT JOIN `cdf_customized_data` cd ON (cu.`id_customization` = cd.`id_customization`)
WHERE cu.id_cart = 0
AND cu.id_product = 135 AND in_cart = 0 |
960
ms
|
3 |
|
|
/classes/Cart.php:4407
/controllers/front/ProductController.php:1282<br>/controllers/front/ProductController.php:1118<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
956
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
944
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
936
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 287)
ORDER BY position ASC |
935
ms
|
4 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
933
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1434<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
933
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
932
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
929
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
923
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cf.`id_customization_field`, cf.`type`, cf.`required`, cfl.`name`, cfl.`id_lang`
FROM `cdf_customization_field` cf
NATURAL JOIN `cdf_customization_field_lang` cfl
WHERE cf.`id_product` = 135 AND cfl.`id_lang` = 1 AND !cf.`is_module`
AND cf.`is_deleted` = 0
ORDER BY cf.`id_customization_field` |
921
ms
|
1 |
|
|
/classes/Product.php:6360
/controllers/front/ProductController.php:308<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
903
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute_lang`
WHERE `id_attribute` = 15 |
901
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 0) |
897
ms
|
0 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2394<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:2441<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1562<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
890
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "contactform" LIMIT 1 |
889
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
888
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_facebook" LIMIT 1 |
881
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cdf_hook`
WHERE `id_hook` = 536 LIMIT 1 |
874
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
866
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:581<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:887<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
862
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM cdf_cms c
LEFT JOIN cdf_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN cdf_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 (18) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
860
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3257<br>/modules/iqitmegamenu/iqitmegamenu.php:3151<br>/modules/iqitmegamenu/iqitmegamenu.php:2610<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1 |
854
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:367<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 0) |
852
ms
|
0 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2394<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:2441<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1562<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 287) |
835
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "RevsliderPrestashop" LIMIT 1 |
834
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/revsliderprestashop/revsliderprestashop.php:27<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1 |
831
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/controllers/front/ProductController.php:19<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE o.id_order
FROM cdf_orders o
LEFT JOIN cdf_order_detail od ON (od.id_order = o.id_order)
WHERE o.valid = 1
AND od.product_id IN (135) |
820
ms
|
1 |
|
|
/modules/iqitcrossselling/iqitcrossselling.php:159
/modules/iqitcrossselling/iqitcrossselling.php:108<br>/modules/iqitcrossselling/iqitcrossselling.php:139<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
816
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `cdf_lang` l
JOIN cdf_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
815
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 286) |
812
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
806
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/includes/operations.class.php:936<br>/modules/revsliderprestashop/revslider-front.class.php:143<br>/modules/revsliderprestashop/includes/framework/base-front.class.php:25<br>/modules/revsliderprestashop/revslider-front.class.php:18<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `cdf_hook`
WHERE `id_hook` = 538 LIMIT 1 |
803
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a0
LEFT JOIN `cdf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 55) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
794
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/ProductController.php:1246<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `cdf_configurator_cart_detail` ccd
WHERE ccd.id_product = 135
AND ccd.id_customization = 2973 LIMIT 1 |
793
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorCartDetailModel.php:2110
/override/classes/Product.php:201<br>/override/classes/Product.php:488<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/modules/configurator/controllers/front/product.php:947<br>/modules/configurator/controllers/front/product.php:872<br>/modules/configurator/controllers/front/product.php:456<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cdf_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
792
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1122<br>/modules/configurator/controllers/front/product.php:336<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 88) LIMIT 1 |
792
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `cdf_product` p
INNER JOIN cdf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 135
AND DATEDIFF("2024-11-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
791
ms
|
0 |
|
|
/classes/Product.php:1647
/classes/Product.php:735<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
789
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`price`) FROM `cdf_customized_data`
WHERE `id_customization` = 2973 LIMIT 1 |
783
ms
|
1 |
|
|
/classes/Customization.php:175
/override/classes/Product.php:479<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/modules/configurator/controllers/front/product.php:967<br>/modules/configurator/controllers/front/product.php:872<br>/modules/configurator/controllers/front/product.php:456<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
782
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitelementor" LIMIT 1 |
781
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.php:200<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/iqitmegamenu/iqitmegamenu.php:2558<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM cdf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
774
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:262<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `cdf_lang` a
LEFT JOIN `cdf_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
768
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 cb.`id_iqit_link_block`
FROM cdf_iqit_link_block cb
INNER JOIN cdf_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 583
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
763
ms
|
2 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `cdf_stock_available`
WHERE (id_product = 135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
759
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7761<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1 |
753
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "mpcleanurls" LIMIT 1 |
748
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/configurator.php:1335<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "dm_designer" LIMIT 1 |
738
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/classes/step/ConfiguratorStepFactory.php:44<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:33<br>/modules/configurator/configurator.php:37<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-backup-addon/revslider-backup-addon.php' LIMIT 1 |
727
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
727
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3437<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 286) |
725
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
713
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cf.`id_customization_field`, cf.`type`, cf.`required`, cfl.`name`, cfl.`id_lang`
FROM `cdf_customization_field` cf
NATURAL JOIN `cdf_customization_field_lang` cfl
WHERE cf.`id_product` = 135 AND cfl.`id_lang` = 1 AND !cf.`is_module`
AND cf.`is_deleted` = 0
ORDER BY cf.`id_customization_field` |
711
ms
|
1 |
|
|
/classes/Product.php:6360
/controllers/front/ProductController.php:1291<br>/controllers/front/ProductController.php:1118<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cdf_lgcookieslaw_cookie` a
LEFT JOIN `cdf_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 5) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
706
ms
|
3 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5073<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `cdf_product_lang` pl
WHERE (pl.id_product = 135) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 |
703
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/gformbuilderpro/gformbuilderpro.php:856<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `cdf_customization_field`
WHERE `id_product` = 135
AND `required` = 1 AND `is_deleted` = 0 |
696
ms
|
1 |
|
|
/classes/Product.php:6494
/classes/Product.php:5779<br>/controllers/front/ProductController.php:1116<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
692
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ybc_blog" LIMIT 1 |
691
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.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>/classes/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM cdf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 27 |
688
ms
|
2 |
|
|
/modules/iqitelementor/src/IqitElementorContent.php:127
/modules/iqitelementor/iqitelementor.php:655<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
676
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "iqitaddthisplugin" LIMIT 1 |
673
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:639<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:976<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute_lang`
WHERE `id_attribute` = 88 |
657
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cdf_product_attribute`
WHERE `id_product` = 135 |
656
ms
|
1 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductPresenter.php:110<br>/controllers/front/ProductController.php:1153<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
654
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/includes/operations.class.php:2092<br>/modules/revsliderprestashop/revslider-front.class.php:121<br>/modules/revsliderprestashop/includes/framework/base-front.class.php:25<br>/modules/revsliderprestashop/revslider-front.class.php:18<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
648
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:62<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
645
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_banner" LIMIT 1 |
643
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:64<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
641
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/ProductController.php:1365<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_hook` a
WHERE (a.`id_hook` = 583) LIMIT 1 |
638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
638
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1434<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "dm_viewer2d" LIMIT 1 |
633
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:41<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:36<br>/modules/configurator/classes/ConfiguratorModel.php:35<br>/modules/configurator/configurator.php:33<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(`price`) FROM `cdf_customized_data`
WHERE `id_customization` = 2973 LIMIT 1 |
629
ms
|
1 |
|
|
/classes/Customization.php:175
/override/classes/Product.php:479<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/modules/configurator/controllers/front/product.php:947<br>/modules/configurator/controllers/front/product.php:872<br>/modules/configurator/controllers/front/product.php:456<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
626
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `cdf_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
619
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Category.php:1981<br>/controllers/front/ProductController.php:821<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cdf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
618
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-whiteboard-addon/revslider-whiteboard-addon.php' LIMIT 1 |
616
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-duotonefilters-addon/revslider-duotonefilters-addon.php' LIMIT 1 |
612
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 3 |
612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
610
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `cdf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
608
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1 |
606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
606
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
605
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 `id_module` FROM `cdf_module` WHERE `name` = "prettyurls" LIMIT 1 |
605
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/configurator.php:1397<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option AND csol.id_lang = 1
WHERE (id_configurator_step = 285)
ORDER BY position ASC |
604
ms
|
3 |
Yes
|
|
/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:86
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 3036) |
602
ms
|
1 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1271<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
594
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3437<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cu.id_customization, cd.index, cd.value, cd.type, cu.in_cart, cu.quantity
FROM `cdf_customization` cu
LEFT JOIN `cdf_customized_data` cd ON (cu.`id_customization` = cd.`id_customization`)
WHERE cu.id_cart = 0
AND cu.id_product = 135 AND type = 1 AND in_cart = 0 |
592
ms
|
3 |
|
|
/classes/Cart.php:4407
/controllers/front/ProductController.php:296<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_currency` a
LEFT JOIN `cdf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
588
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
586
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
583
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorModel.php:247<br>/modules/configurator/classes/ConfiguratorModel.php:464<br>/modules/configurator/controllers/front/product.php:195<br>/modules/configurator/controllers/front/product.php:332<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `cdf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
582
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/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 1494) |
576
ms
|
1 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1271<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 284) |
568
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:729<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:692<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1275<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
563
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/includes/operations.class.php:930<br>/modules/revsliderprestashop/revslider-front.class.php:143<br>/modules/revsliderprestashop/includes/framework/base-front.class.php:25<br>/modules/revsliderprestashop/revslider-front.class.php:18<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cdf_lgcookieslaw_cookie` a
LEFT JOIN `cdf_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 6) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
561
ms
|
3 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5073<br>/modules/lgcookieslaw/lgcookieslaw.php:5537<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/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/40/81/0a/40810a9d2d54afc327de4cbb370d6560f75b7722_2.file.footer-1.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/55/27/44/552744b6f3aea23b6fa21d5cb368a71f0f69e98d_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:539<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:155<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cdf_product_shop`
WHERE `id_product` = 135 AND id_shop=1 LIMIT 1 |
549
ms
|
1 |
|
|
/classes/Product.php:6751
/override/classes/Product.php:484<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `cdf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 102 LIMIT 1 |
547
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/0c/97/96/0c9796a9f0958b0720ebd852c254b42bf1547d4f_2.file.1_form_codehook.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/gformbuilderpro/gformbuilderpro.php:914<br>/modules/gformbuilderpro/gformbuilderpro.php:762<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 4) LIMIT 1 |
546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
544
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/ProductController.php:1365<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
544
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:70<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 16) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-particles-addon/revslider-particles-addon.php' LIMIT 1 |
536
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "homeslider" LIMIT 1 |
534
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:62<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "dm_upack" LIMIT 1 |
530
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/classes/step/ConfiguratorStepFactory.php:41<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:33<br>/modules/configurator/configurator.php:37<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
528
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 1497) |
522
ms
|
1 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1271<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1 |
521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
518
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:639<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:976<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cdf_category_shop`
WHERE `id_category` = 2
AND id_shop = 1 LIMIT 1 |
518
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:821<br>/controllers/front/ProductController.php:321<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "psseobooster" LIMIT 1 |
517
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/configurator.php:1348<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
514
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1 |
514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM cdf_image_type
WHERE `name` = 'home_default' LIMIT 1 |
512
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2612<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
511
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
509
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revsliderprestashop.php:625<br>/modules/revsliderprestashop/revsliderprestashop.php:651<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
508
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:70<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:143<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:193<br>/modules/iqitelementor/includes/frontend.php:90<br>/modules/iqitelementor/includes/frontend.php:332<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:729<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:1035<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
502
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:729<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:692<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1275<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-polyfold-addon/revslider-polyfold-addon.php' LIMIT 1 |
501
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1 |
499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute_lang`
WHERE `id_attribute` = 16 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `cdf_country`
WHERE `id_country` = 8 LIMIT 1 |
497
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 371 AND `id_shop` = 1 |
494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-snow-addon/revslider-snow-addon.php' LIMIT 1 |
492
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1 |
485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
480
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechild/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.php:200<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<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/iqitmegamenu/iqitmegamenu.php:2558<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1 |
478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-panorama-addon/revslider-panorama-addon.php' LIMIT 1 |
476
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cdf_product_shop`
WHERE `id_product` = 135
AND id_shop = 1 LIMIT 1 |
476
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/ProductController.php:140<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE color FROM `cdf_attribute` WHERE `id_attribute` = '15' LIMIT 1 |
476
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttribute.php:90
/modules/configurator/classes/ConfiguratorCartDetailModel.php:958<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1 |
473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "configurator" LIMIT 1 |
472
ms
|
1 |
|
|
/classes/module/Module.php:2840
/modules/configurator/classes/ConfiguratorCartDetailModel.php:1083<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:977<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
470
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/ConfiguratorFactoryAbstract.php:48<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:59<br>/modules/configurator/classes/ConfiguratorFactoryAbstract.php:77<br>/modules/configurator/classes/step/ConfiguratorStepTypeAttributeModel.php:92<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:1435<br>/modules/configurator/controllers/front/product.php:1864<br>/modules/configurator/controllers/front/product.php:1816<br>/modules/configurator/controllers/front/product.php:1723<br>/modules/configurator/controllers/front/product.php:501<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
467
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:64<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
466
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:729<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:692<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1275<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_configurator_step` cs
INNER JOIN `cdf_configurator_step_lang` `csl` ON cs.id_configurator_step = csl.id_configurator_step
WHERE (cs.id_configurator_step = 285) |
461
ms
|
1 |
|
|
/modules/configurator/classes/step/ConfiguratorStepFactory.php:82
/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:729<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:692<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1275<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-beforeafter-addon/revslider-beforeafter-addon.php' LIMIT 1 |
460
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute_lang`
WHERE `id_attribute` = 76 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-weather-addon/revslider-weather-addon.php' LIMIT 1 |
456
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 371) LIMIT 1 |
455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-revealer-addon/revslider-revealer-addon.php' LIMIT 1 |
449
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-typewriter-addon/revslider-typewriter-addon.php' LIMIT 1 |
448
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-refresh-addon/revslider-refresh-addon.php' LIMIT 1 |
447
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "blockbanner" LIMIT 1 |
443
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:64<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE cso.*, csol.*, cs.type
FROM `cdf_configurator_step_option` cso
INNER JOIN `cdf_configurator_step_option_lang` `csol` ON cso.id_configurator_step_option = csol.id_configurator_step_option
INNER JOIN `cdf_configurator_step` `cs` ON cs.id_configurator_step = cso.id_configurator_step
WHERE (cso.id_configurator_step_option = 1498) |
429
ms
|
1 |
|
|
/modules/configurator/classes/option/ConfiguratorStepOptionFactory.php:87
/modules/configurator/classes/step/ConfiguratorStepAbstract.php:1271<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:997<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:969<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_accounts" LIMIT 1 |
422
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:63<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-filmstrip-addon/revslider-filmstrip-addon.php' LIMIT 1 |
421
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `cdf_group`
WHERE `id_group` = 1 LIMIT 1 |
417
ms
|
1 |
|
|
/classes/Group.php:154
/override/classes/Product.php:547<br>/override/classes/Product.php:318<br>/classes/Product.php:3675<br>/classes/Product.php:740<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_currency_lang`
WHERE `id_currency` = 1 |
411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 3) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `cdf_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 135 LIMIT 1 |
407
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:182<br>/modules/iqitreviews/iqitreviews.php:125<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/src/Adapter/HookManager.php:79<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:70<br>/src/Core/Product/ProductExtraContentFinder.php:55<br>/src/PrestaShopBundle/Service/Hook/HookFinder.php:102<br>/controllers/front/ProductController.php:1112<br>/controllers/front/ProductController.php:374<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 76) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cdf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
393
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
393
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
387
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:62<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/ObjectModel.php:834<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:163<br>/classes/ObjectModel.php:535<br>/modules/configurator/controllers/front/product.php:815<br>/modules/configurator/controllers/front/product.php:334<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute` a
LEFT JOIN `cdf_attribute_shop` `c` ON a.`id_attribute` = c.`id_attribute` AND c.`id_shop` = 1
WHERE (a.`id_attribute` = 77) LIMIT 1 |
386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-slicey-addon/revslider-slicey-addon.php' LIMIT 1 |
384
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE color FROM `cdf_attribute` WHERE `id_attribute` = '88' LIMIT 1 |
383
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttribute.php:90
/modules/configurator/classes/ConfiguratorCartDetailModel.php:958<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `cdf_stock_available`
WHERE (id_product = 135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
380
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7760<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE color FROM `cdf_attribute` WHERE `id_attribute` = '76' LIMIT 1 |
379
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttribute.php:90
/modules/configurator/classes/ConfiguratorCartDetailModel.php:958<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1 |
379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1 |
373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_attribute_lang`
WHERE `id_attribute` = 77 |
370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Attribute.php:82<br>/modules/configurator/classes/ConfiguratorAttribute.php:57<br>/modules/configurator/classes/ConfiguratorCartDetailModel.php:949<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE color FROM `cdf_attribute` WHERE `id_attribute` = '77' LIMIT 1 |
369
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttribute.php:90
/modules/configurator/classes/ConfiguratorCartDetailModel.php:958<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1 |
364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
362
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revsliderprestashop.php:625<br>/modules/revsliderprestashop/revsliderprestashop.php:651<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
345
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revsliderprestashop.php:625<br>/modules/revsliderprestashop/revsliderprestashop.php:651<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE color FROM `cdf_attribute` WHERE `id_attribute` = '16' LIMIT 1 |
344
ms
|
1 |
|
|
/modules/configurator/classes/ConfiguratorAttribute.php:90
/modules/configurator/classes/ConfiguratorCartDetailModel.php:958<br>/modules/configurator/controllers/front/product.php:506<br>/tools/profiling/Controller.php:52<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-bubblemorph-addon/revslider-bubblemorph-addon.php' LIMIT 1 |
343
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1 |
341
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `cdf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
334
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/ProductController.php:105<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-liquideffect-addon/revslider-liquideffect-addon.php' LIMIT 1 |
332
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revslider-loader.php:376<br>/modules/revsliderprestashop/revslider-front.class.php:37<br>/modules/revsliderprestashop/revsliderprestashop.php:761<br>/modules/revsliderprestashop/revsliderprestashop.php:767<br>/modules/revsliderprestashop/revsliderprestashop.php:636<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "dm_advancedformula" LIMIT 1 |
328
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/configurator/classes/option/ConfiguratorStepOptionAbstract.php:48<br>/modules/configurator/classes/step/ConfiguratorStepAbstract.php:36<br>/modules/configurator/classes/ConfiguratorModel.php:35<br>/modules/configurator/configurator.php:33<br>/classes/module/Module.php:1178<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category` a
LEFT JOIN `cdf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) 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:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `cdf_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
310
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:117<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:46<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
308
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revsliderprestashop.php:625<br>/modules/revsliderprestashop/revsliderprestashop.php:651<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3466<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE option_value FROM `cdf_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1 |
299
ms
|
13 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:193
/modules/revsliderprestashop/revslider-loader.php:639<br>/modules/revsliderprestashop/revsliderprestashop.php:625<br>/modules/revsliderprestashop/revsliderprestashop.php:651<br>/modules/revsliderprestashop/revsliderprestashop.php:508<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:35<br>/controllers/front/ProductController.php:417<br>/override/controllers/front/ProductController.php:25<br>/modules/configurator/controllers/front/product.php:362<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `cdf_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3434<br>/modules/iqitmegamenu/iqitmegamenu.php:3469<br>/modules/iqitmegamenu/iqitmegamenu.php:3359<br>/modules/iqitmegamenu/iqitmegamenu.php:2608<br>/modules/iqitmegamenu/iqitmegamenu.php:2572<br>/modules/iqitmegamenu/iqitmegamenu.php:2556<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/f6/47/08f647097534cbbe82331bf92b07a2890cbe71da_2.file.header-4.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/be/79/34/be79348b7e4e57e6484636d251738598f1f49e9a_2.file.header.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:300<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/13/38/e0/1338e087eb088febce1720824efdad1f6849a4f6_2.file.layout-both-columns.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/9a/30/f9/9a30f9f722392cb84b6adcc3f18eb1a5a45534bb_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/36/cb/6e/36cb6e97e1df1e802871f27eb24593ab47c03b09_2.file.product.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/f5/1f/c4/f51fc454d2fca2d63cb5f1201e797d15db611002_2.file.product_17.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `cdf_stock_available`
WHERE (id_product = 135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
278
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7762<br>/classes/Product.php:744<br>/controllers/front/ProductController.php:115<br>/modules/configurator/controllers/front/product.php:315<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/override/classes/Dispatcher.php:39<br>/index.php:28
|