73 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='1072' GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) | 25.922 ms | 8712 | | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute) /modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount) /modules/ps_facetedsearch/src/Filters/Block.php:480 (count) /modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
295 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 25.790 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
85 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1326 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 17.363 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
342 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1774) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 17.154 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
72 | SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' GROUP BY p.id_product) p INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=5 AND c.nleft>31 AND c.nright<40 GROUP BY cp.id_category | 16.750 ms | 616 | Yes | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute) /modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount) /modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
315 | SELECT SQL_NO_CACHE * FROM `legoups_cart_rule` cr LEFT JOIN `legoups_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" | 16.664 ms | 1 | | | /classes/CartRule.php:423 /classes/CartRule.php:578 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /modules/creativeelements/modules/theme/widgets/shopping-cart.php:1530 (present) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
172 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1437 ORDER BY `position` | 16.283 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
184 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1485 ORDER BY `position` | 16.131 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
308 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 15.743 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
230 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1071 AND c.id_category!=1071 ORDER BY cl.name ASC,c.id_category ASC | 15.279 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
255 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 198) AND (b.`id_shop` = 1) LIMIT 1 | 13.588 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
15 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1071) AND (b.`id_shop` = 1) LIMIT 1 | 13.346 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
316 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1326) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 12.667 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
74 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='1072' GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) | 11.689 ms | 8712 | | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute) /modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount) /modules/ps_facetedsearch/src/Filters/Block.php:494 (count) /modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
77 | REPLACE INTO legoups_layered_filter_block (hash, data) VALUES ("15fbb3a4e2db530d512a07cd5af34ce0", "a:1:{s:7:\"filters\";a:3:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:4:{i:157;a:2:{s:4:\"name\";s:19:\"Foie Gras artisanal\";s:3:\"nbr\";i:11;}i:1070;a:2:{s:4:\"name\";s:7:\"Terrine\";s:3:\"nbr\";i:100;}i:1071;a:2:{s:4:\"name\";s:21:\"Rillettes Artisanales\";s:3:\"nbr\";i:33;}i:1072;a:3:{s:4:\"name\";s:16:\"Pâté Artisanal\";s:3:\"nbr\";i:21;s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:21;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:24;s:3:\"min\";d:3;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:21;s:5:\"value\";N;}}}") | 10.418 ms | 1 | | | /modules/ps_facetedsearch/src/Filters/Block.php:211 /modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
191 | SELECT SQL_NO_CACHE `value` FROM legoups_ce_meta WHERE `id` = 160040101 AND `name` = "_elementor_edit_mode" LIMIT 1 | 9.577 ms | 1 | | | /modules/creativeelements/classes/wrappers/Post.php:274 /modules/creativeelements/includes/db.php:307 (CE\get_post_meta) /modules/creativeelements/includes/frontend.php:837 (isBuiltWithElementor) /modules/creativeelements/creativeelements.php:567 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
103 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1437) | 9.396 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
312 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 9.034 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
14 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1070) AND (b.`id_shop` = 1) LIMIT 1 | 8.963 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
11 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 160 AND `id_shop` = 1 LIMIT 1 | 8.789 ms | 1 | | | /classes/Category.php:2450 /controllers/front/listing/CategoryController.php:83 (existsInShop) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
1 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` | 8.625 ms | 1117 | | | /classes/Hook.php:1326 /classes/Hook.php:225 (getAllHookIds) /classes/Hook.php:851 (getIdByName) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
300 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 8.401 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
26 | BEGIN | 8.183 ms | 1 | | | /modules/gmerchantcenterpro/lib/moduleUpdate.php:81 :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
193 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1326) LIMIT 1 | 7.857 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:49 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
244 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 7.813 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
214 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=210 AND c.id_category!=210 ORDER BY cl.name ASC,c.id_category ASC | 7.580 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
180 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1443) AND (b.`id_shop` = 1) LIMIT 1 | 7.414 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
307 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.700 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
93 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 19 AND cp.`id_cart` = 0 AND cp.`id_product` = 1326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 19 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1326 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 6.436 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5810 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
65 | SELECT SQL_NO_CACHE * FROM `legoups_category` a0 LEFT JOIN `legoups_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 31) AND (a0.`nright` > 40) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc | 6.348 ms | 17 | | | /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:440 (getAll) /controllers/front/listing/CategoryController.php:246 (rewind) /classes/controller/FrontController.php:1864 (getBreadcrumbLinks) /modules/richbreadcrumb/class/BreadcrumbJsonLdBuilder.php:43 (getBreadcrumb) /modules/richbreadcrumb/richbreadcrumb.php:91 (getHtmlScript) /modules/richbreadcrumb/richbreadcrumb.php:78 (getBreadcrumbJsonLd) /classes/Hook.php:1077 (hookDisplayHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
71 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `legoups_category` c INNER JOIN legoups_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `legoups_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 1 AND c.`active` = 1 ORDER BY c.nleft, c.position | 6.285 ms | 275 | Yes | | /classes/Category.php:724 /modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName) /modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
179 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1442 | 6.128 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
23 | SELECT SQL_NO_CACHE * FROM `legoups_category` a0 LEFT JOIN `legoups_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 31) AND (a0.`nright` > 40) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc | 5.967 ms | 17 | | | /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:440 (getAll) /controllers/front/listing/CategoryController.php:246 (rewind) /classes/controller/FrontController.php:1864 (getBreadcrumbLinks) /classes/controller/FrontController.php:556 (getBreadcrumb) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
296 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 5.727 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
0 | 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 `legoups_configuration` c LEFT JOIN `legoups_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 5.521 ms | 2006 | | | /classes/Configuration.php:180 /classes/Configuration.php:229 (loadConfiguration) /classes/Configuration.php:302 (get) /classes/shop/Shop.php:398 (getMultiShopValues) /config/config.inc.php:117 (initialize) /index.php:27 (require) |
311 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 5.417 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
258 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 5.392 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
16 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1072) AND (b.`id_shop` = 1) LIMIT 1 | 5.126 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
109 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1441 AND image_shop.`cover` = 1 LIMIT 1 | 4.977 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
345 | INSERT INTO `legoups_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') | 4.774 ms | 1 | | | /classes/ObjectModel.php:622 /classes/ObjectModel.php:576 (add) /classes/Guest.php:251 (save) /modules/statsdata/statsdata.php:82 (setNewGuest) /modules/statsdata/statsdata.php:73 (getScriptPlugins) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
122 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1442 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 4.773 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
259 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 4.389 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
47 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 4.231 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
185 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1485 | 3.975 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
125 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1442 AND `id_group` = 1 LIMIT 1 | 3.869 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
176 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1441 | 3.856 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
285 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=86 AND c.id_category!=86 ORDER BY c.position ASC,c.id_category ASC | 3.853 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
204 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1063 AND c.id_category!=1063 ORDER BY cl.name ASC,c.id_category ASC | 3.782 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
17 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 | 3.760 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
173 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1437 | 3.731 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
76 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM legoups_product p INNER JOIN legoups_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='1072' | 3.699 ms | 33 | | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute) /modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue) /modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
6 | 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 `legoups_configuration` c LEFT JOIN `legoups_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 3.648 ms | 2006 | | | /classes/Configuration.php:180 /classes/Configuration.php:229 (loadConfiguration) /classes/Dispatcher.php:689 (get) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
78 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-01 00:00:00', INTERVAL 20 DAY ) ) > 0) as new FROM legoups_product p LEFT JOIN legoups_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 1 LEFT JOIN legoups_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN legoups_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (1326,1437,1441,1442,1443,1485,1618,1774) | 3.642 ms | 8 | | | /classes/ProductAssembler.php:95 /classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
205 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1112 AND c.id_category!=1112 ORDER BY cl.name ASC,c.id_category ASC | 3.496 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
348 | INSERT INTO `legoups_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('15896723', '396', '3628718174', '', '1', '1', '2025-08-01 02:31:04') | 3.441 ms | 1 | | | /classes/ObjectModel.php:622 /classes/Connection.php:188 (add) /classes/Connection.php:97 (setNewConnection) /modules/statsdata/statsdata.php:118 (setPageConnection) /modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
83 | SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `legoups_specific_price` WHERE `id_product` != 0 | 3.383 ms | 904 | | | /classes/SpecificPrice.php:310 /classes/SpecificPrice.php:360 (filterOutField) /classes/SpecificPrice.php:548 (computeExtraConditions) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
313 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 3.359 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
183 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1485) AND (b.`id_shop` = 1) LIMIT 1 | 3.349 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
88 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `legoups_hook_alias` ha INNER JOIN `legoups_hook` h ON ha.name = h.name | 3.297 ms | 0 | | | /classes/Hook.php:1326 /classes/Hook.php:225 (getAllHookIds) /classes/tax/TaxManagerFactory.php:67 (getIdByName) /classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory) /classes/Product.php:3925 (getManager) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
75 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='1072' GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0)) | 3.285 ms | 8712 | | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute) /modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount) /modules/ps_facetedsearch/src/Filters/Block.php:505 (count) /modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
177 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1442) AND (b.`id_shop` = 1) LIMIT 1 | 3.271 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
111 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1441 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 3.263 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
186 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1618 ORDER BY `position` | 3.106 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
19 | SELECT SQL_NO_CACHE 1 FROM `legoups_cart_rule` WHERE ((date_to >= "2025-08-01 00:00:00" AND date_to <= "2025-08-01 23:59:59") OR (date_from >= "2025-08-01 00:00:00" AND date_from <= "2025-08-01 23:59:59") OR (date_from < "2025-08-01 00:00:00" AND date_to > "2025-08-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 | 3.096 ms | 329 | | | /classes/CartRule.php:357 /classes/CartRule.php:389 (haveCartRuleToday) /classes/Cart.php:3067 (getCustomerCartRules) /override/classes/Cart.php:116 (getDeliveryOptionList) /classes/Cart.php:3451 (getDeliveryOptionList) /classes/Cart.php:3524 (getDeliveryOption) /src/Core/Cart/Fees.php:96 (getTotalShippingCost) /src/Core/Cart/Calculator.php:354 (processCalculation) /src/Core/Cart/Calculator.php:155 (calculateFees) /classes/Cart.php:2189 (processCalculation) /src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal) /classes/controller/FrontController.php:545 (present) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
223 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1067) AND (b.`id_shop` = 1) LIMIT 1 | 2.979 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
158 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1774 LIMIT 1 | 2.966 ms | 8 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
188 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1774) AND (b.`id_shop` = 1) LIMIT 1 | 2.772 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
196 | SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation FROM `legoups_product_attribute_combination` pac LEFT JOIN `legoups_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `legoups_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `legoups_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `legoups_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pac.id_product_attribute IN (19,20) GROUP BY pac.id_product_attribute ORDER BY pac.id_product_attribute | 2.742 ms | 2 | | | /classes/Product.php:2752 /src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume) /src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:49 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
349 | INSERT INTO `legoups_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12226459', '', 'www.le-gout-de-nos-regions.com/160-terrines-pates?page=2&q=Cat%C3%A9gories-P%C3%A2t%C3%A9+Artisanal', '', '2025-08-01 02:31:04') | 2.716 ms | 1 | | | /classes/ObjectModel.php:622 /classes/ConnectionsSource.php:105 (add) /modules/statsdata/statsdata.php:119 (logHttpReferer) /modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
236 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1 | 2.624 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
97 | SELECT SQL_NO_CACHE * FROM `legoups_product_attribute` a LEFT JOIN `legoups_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 19) LIMIT 1 | 2.620 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:5908 (__construct) /classes/Product.php:5871 (computeUnitPriceRatio) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
337 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1618 AND `id_shop` = 1 | 2.592 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
217 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=158 AND c.id_category!=158 ORDER BY cl.name ASC,c.id_category ASC | 2.507 ms | 4 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
306 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.504 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
167 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1326) AND (b.`id_shop` = 1) LIMIT 1 | 2.465 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
124 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1442 AND id_shop=1 LIMIT 1 | 2.446 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
94 | SELECT SQL_NO_CACHE pa.`available_date` FROM `legoups_product` p LEFT JOIN `legoups_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN legoups_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN legoups_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1326 AND pa.`id_product` = 1326 AND pa.`id_product_attribute` = 19 LIMIT 1 | 2.445 ms | 1 | | | /classes/Product.php:1209 /classes/Product.php:5814 (getAvailableDate) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
346 | SELECT SQL_NO_CACHE `id_guest` FROM `legoups_connections` WHERE `id_guest` = 15896723 AND `date_add` > '2025-08-01 02:01:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 | 2.415 ms | 1 | Yes | | /classes/Connection.php:168 /classes/Connection.php:97 (setNewConnection) /modules/statsdata/statsdata.php:118 (setPageConnection) /modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
201 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1133) AND (b.`id_shop` = 1) LIMIT 1 | 2.412 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink) /modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink) /modules/ets_megamenu/ets_megamenu.php:1771 (getMenus) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
273 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.405 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
69 | SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='1072' GROUP BY p.id_product) p INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC | 2.336 ms | 4356 | Yes | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Filters/Products.php:87 (execute) /modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
189 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1774 ORDER BY `position` | 2.311 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
250 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=143 AND c.id_category!=143 ORDER BY cl.name ASC,c.id_category ASC | 2.298 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
161 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1774) | 2.268 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
175 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1441 ORDER BY `position` | 2.254 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
192 | SELECT SQL_NO_CACHE id_tab, class_name FROM `legoups_tab` | 2.187 ms | 323 | | | /classes/Tab.php:357 /modules/creativeelements/creativeelements.php:938 (getIdFromClassName) /modules/creativeelements/classes/CESmarty.php:183 (hasAdminToken) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:24 (ce_enqueue_miniature) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
159 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1774 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 2.179 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
199 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 02:31:02',`date_upd` = '2025-08-01 02:31:02' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 | 2.161 ms | 1 | | | /classes/Configuration.php:479 /modules/ets_megamenu/ets_megamenu.php:1770 (updateValue) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
132 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1443 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 2.129 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
182 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1443 | 2.107 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
207 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=166 AND c.id_category!=166 ORDER BY cl.name ASC,c.id_category ASC | 2.083 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
178 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1442 ORDER BY `position` | 2.030 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
350 | SELECT SQL_NO_CACHE `value` FROM legoups_ce_meta WHERE `id` = 160040101 AND `name` = "_elementor_page_settings" LIMIT 1 | 2.023 ms | 1 | | | /modules/creativeelements/classes/wrappers/Post.php:274 /modules/creativeelements/core/base/document.php:996 (CE\get_post_meta) /modules/creativeelements/core/base/page-base.php:206 (__construct) /modules/creativeelements/core/documents-manager.php:208 (__construct) /modules/creativeelements/core/documents-manager.php:254 (get) /modules/creativeelements/core/settings/page/manager.php:71 (getDocForFrontend) /modules/creativeelements/core/settings/manager.php:171 (getModelForConfig) /modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig) /modules/creativeelements/core/base/base-object.php:136 (getInitSettings) /modules/creativeelements/core/base/base-object.php:44 (ensureSettings) /modules/creativeelements/core/base/app.php:40 (getSettings) /modules/creativeelements/includes/frontend.php:501 (printConfig) /modules/creativeelements/includes/frontend.php:582 (enqueueScripts) /modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter) /modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action) /modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
160 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 1.982 ms | 9 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
194 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1326 AND `id_shop` = 1 | 1.970 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:49 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
262 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1192) AND (b.`id_shop` = 1) LIMIT 1 | 1.933 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
112 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1441 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 1.884 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
120 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1442 LIMIT 1 | 1.779 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
257 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.778 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
82 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1326 LIMIT 1 | 1.773 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
64 | SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`, id_shop FROM `legoups_cart_product` WHERE `id_cart` = 0 ORDER BY `date_add` DESC LIMIT 1 | 1.703 ms | 1 | | | /classes/Cart.php:605 /modules/ets_abandonedcart/ets_abandonedcart.php:852 (getLastProduct) /classes/Hook.php:1077 (hookDisplayHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
114 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1441 AND id_shop=1 LIMIT 1 | 1.660 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
110 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1441 LIMIT 1 | 1.652 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
215 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=213 AND c.id_category!=213 ORDER BY cl.name ASC,c.id_category ASC | 1.617 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
343 | SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `legoups_category_product` cp LEFT JOIN `legoups_category` c ON (c.id_category = cp.id_category) LEFT JOIN `legoups_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 ) INNER JOIN legoups_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) WHERE cp.`id_product` IN (1326,1437,1441,1442,1443,1485,1618,1774) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC | 1.600 ms | 32 | Yes | | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing) /modules/ps_googleanalytics/ps_googleanalytics.php:109 (run) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
13 | SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description` FROM `legoups_category` c INNER JOIN legoups_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `legoups_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 160 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC | 1.595 ms | 4 | Yes | Yes | /classes/Category.php:924 /controllers/front/listing/CategoryController.php:230 (getSubCategories) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
293 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 | 1.486 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
202 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1134) AND (b.`id_shop` = 1) LIMIT 1 | 1.461 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink) /modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink) /modules/ets_megamenu/ets_megamenu.php:1771 (getMenus) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
96 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `legoups_attribute` a LEFT JOIN `legoups_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `legoups_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `legoups_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN legoups_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 `legoups_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `legoups_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 1326 AND pac.`id_product_attribute` = 19 AND agl.`id_lang` = 1 | 1.444 ms | 1 | | | /classes/Product.php:7530 /classes/Product.php:5853 (getAttributesParams) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
168 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1326 ORDER BY `position` | 1.432 ms | 3 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
310 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.427 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
126 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 1.398 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
181 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `legoups_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 1443 ORDER BY `position` | 1.388 ms | 1 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
209 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=163 AND c.id_category!=163 ORDER BY cl.name ASC,c.id_category ASC | 1.359 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
165 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1774 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 1.347 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
341 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1774 AND `id_shop` = 1 | 1.340 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
90 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 1.335 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
138 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1485 AND image_shop.`cover` = 1 LIMIT 1 | 1.323 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
137 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1443 ORDER BY f.position ASC | 1.302 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
314 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.292 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
121 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1442 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 1.273 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
66 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 160 AND `id_shop` = 1 LIMIT 1 | 1.254 ms | 1 | | | /classes/Category.php:2450 /controllers/front/listing/CategoryController.php:133 (existsInShop) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
118 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1441 ORDER BY f.position ASC | 1.250 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
252 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=198 AND c.id_category!=198 ORDER BY cl.name ASC,c.id_category ASC | 1.245 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
330 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1443) LIMIT 1 | 1.237 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
20 | SELECT SQL_NO_CACHE * FROM `legoups_cart_rule` cr LEFT JOIN `legoups_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND free_shipping = 1 AND carrier_restriction = 1 | 1.226 ms | 325 | | | /classes/CartRule.php:423 /classes/Cart.php:3067 (getCustomerCartRules) /override/classes/Cart.php:116 (getDeliveryOptionList) /classes/Cart.php:3451 (getDeliveryOptionList) /classes/Cart.php:3524 (getDeliveryOption) /src/Core/Cart/Fees.php:96 (getTotalShippingCost) /src/Core/Cart/Calculator.php:354 (processCalculation) /src/Core/Cart/Calculator.php:155 (calculateFees) /classes/Cart.php:2189 (processCalculation) /src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal) /classes/controller/FrontController.php:545 (present) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
213 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.207 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
200 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1023) AND (b.`id_shop` = 1) LIMIT 1 | 1.203 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink) /modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink) /modules/ets_megamenu/ets_megamenu.php:1771 (getMenus) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
87 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1326 AND id_shop=1 LIMIT 1 | 1.190 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
284 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1088) AND (b.`id_shop` = 1) LIMIT 1 | 1.187 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
22 | SELECT SQL_NO_CACHE * FROM `legoups_cart_rule` cr LEFT JOIN `legoups_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" | 1.178 ms | 1 | | | /classes/CartRule.php:423 /classes/CartRule.php:578 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /classes/controller/FrontController.php:545 (present) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
171 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1437) AND (b.`id_shop` = 1) LIMIT 1 | 1.173 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
117 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1441 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 1.169 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
243 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1102) AND (b.`id_shop` = 1) LIMIT 1 | 1.164 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
70 | SELECT SQL_NO_CACHE data FROM legoups_layered_filter_block WHERE hash="15fbb3a4e2db530d512a07cd5af34ce0" LIMIT 1 | 1.147 ms | 1 | | | /modules/ps_facetedsearch/src/Filters/Block.php:186 /modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
113 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1441) | 1.145 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
254 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 199) AND (b.`id_shop` = 1) LIMIT 1 | 1.143 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
303 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.137 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
89 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1326 AND `id_group` = 1 LIMIT 1 | 1.113 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
228 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=157 AND c.id_category!=157 ORDER BY cl.name ASC,c.id_category ASC | 1.074 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
128 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1442 ORDER BY f.position ASC | 1.069 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
198 | SELECT SQL_NO_CACHE * FROM `legoups_cart_rule` cr LEFT JOIN `legoups_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" | 1.065 ms | 1 | | | /classes/CartRule.php:423 /classes/CartRule.php:578 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /modules/creativeelements/modules/theme/widgets/shopping-cart.php:1530 (present) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
116 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 1.063 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
339 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1618 LIMIT 1 | 1.062 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
25 | SELECT SQL_NO_CACHE * FROM `legoups_ets_seo_rating` WHERE page_type = 'category' AND id_page = 160 AND id_shop = 1 LIMIT 1 | 1.049 ms | 0 | | | /modules/ets_seo/classes/EtsSeoRating.php:125 /modules/ets_seo/classes/EtsSeoRating.php:150 (getRating) /modules/ets_seo/ets_seo.php:2842 (getRatingConfig) /modules/ets_seo/ets_seo.php:3408 (generateGraphWebData) /modules/ets_seo/ets_seo.php:2349 (getSeoMetaData) /classes/Hook.php:1077 (hookDisplayHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
144 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1485 AND `id_group` = 1 LIMIT 1 | 1.041 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
102 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1437 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 1.032 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
261 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1192 AND c.id_category!=1192 ORDER BY c.position ASC,c.id_category ASC | 1.031 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
233 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 213) AND (b.`id_shop` = 1) LIMIT 1 | 1.008 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
91 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1326 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.988 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
305 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.980 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
251 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=199 AND c.id_category!=199 ORDER BY cl.name ASC,c.id_category ASC | 0.975 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
318 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1437) LIMIT 1 | 0.975 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
123 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1442) | 0.968 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
325 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1441 LIMIT 1 | 0.955 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
163 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1774 AND `id_group` = 1 LIMIT 1 | 0.931 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
136 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1443 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1443 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.925 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
195 | SELECT SQL_NO_CACHE pa.*, product_attribute_shop.* FROM `legoups_product_attribute` pa INNER JOIN legoups_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` = 1326 GROUP BY pa.`id_product_attribute` ORDER BY pa.`id_product_attribute` | 0.925 ms | 2 | Yes | Yes | /classes/Product.php:2734 /src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume) /src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:49 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
298 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 02:31:03',`date_upd` = '2025-08-01 02:31:03' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 | 0.922 ms | 1 | | | /classes/Configuration.php:479 /modules/ets_megamenu/ets_megamenu.php:1770 (updateValue) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
98 | SELECT SQL_NO_CACHE * FROM `legoups_product_attribute_lang` WHERE `id_product_attribute` = 19 | 0.896 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:5908 (__construct) /classes/Product.php:5871 (computeUnitPriceRatio) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
347 | SELECT SQL_NO_CACHE `id_page` FROM `legoups_page` WHERE `id_page_type` = 3 AND `id_object` = 160 LIMIT 1 | 0.896 ms | 1 | | | /classes/Page.php:83 /classes/Connection.php:180 (getCurrentId) /classes/Connection.php:97 (setNewConnection) /modules/statsdata/statsdata.php:118 (setPageConnection) /modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
294 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.895 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
249 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.882 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
141 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1485 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 0.855 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
235 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 | 0.853 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
322 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1441) LIMIT 1 | 0.850 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
115 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1441 AND `id_group` = 1 LIMIT 1 | 0.846 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
344 | SELECT SQL_NO_CACHE al.`name` AS attribute_name FROM `legoups_product_attribute_combination` pac LEFT JOIN `legoups_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `legoups_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `legoups_attribute_lang` al ON ( a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1 ) WHERE pac.`id_product_attribute` = 19 ORDER BY ag.`position` ASC, a.`position` ASC | 0.843 ms | 1 | Yes | | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant) /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList) /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing) /modules/ps_googleanalytics/ps_googleanalytics.php:109 (run) /classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:244 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:86 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
239 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.838 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
24 | SELECT SQL_NO_CACHE * FROM `legoups_ets_seo_category` WHERE id_category = 160 AND id_shop = 1 AND id_lang = 1 LIMIT 1 | 0.834 ms | 1 | | | /modules/ets_seo/classes/EtsSeoCategory.php:242 /modules/ets_seo/ets_seo.php:3155 (getSeoCategory) /modules/ets_seo/ets_seo.php:2306 (getSeoMetaDataArray) /classes/Hook.php:1077 (hookDisplayHeader) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
2 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" ) | 0.811 ms | 1 | | | /classes/Configuration.php:578 /modules/ets_marketplace/ets_marketplace.php:2156 (deleteByName) /classes/Hook.php:1077 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
169 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1326 | 0.802 ms | 2 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
220 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1067 AND c.id_category!=1067 ORDER BY cl.name ASC,c.id_category ASC | 0.795 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
304 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.794 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
174 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1441) AND (b.`id_shop` = 1) LIMIT 1 | 0.786 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
227 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=160 AND c.id_category!=160 ORDER BY cl.name ASC,c.id_category ASC | 0.782 ms | 4 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
127 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1442 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1442 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.780 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
147 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1485 ORDER BY f.position ASC | 0.773 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
150 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1618 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 0.769 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
225 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=167 AND c.id_category!=167 ORDER BY cl.name ASC,c.id_category ASC | 0.766 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
240 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1105 AND c.id_category!=1105 ORDER BY cl.name ASC,c.id_category ASC | 0.764 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
170 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `legoups_product_attribute_image` pai LEFT JOIN `legoups_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `legoups_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (20, 19) AND il.`id_lang` = 1 ORDER by i.`position` | 0.763 ms | 4 | Yes | | /classes/Product.php:2921 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
21 | SELECT SQL_NO_CACHE 1 FROM `legoups_cart_rule` WHERE ((date_to >= "2025-08-01 00:00:00" AND date_to <= "2025-08-01 23:59:59") OR (date_from >= "2025-08-01 00:00:00" AND date_from <= "2025-08-01 23:59:59") OR (date_from < "2025-08-01 00:00:00" AND date_to > "2025-08-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 | 0.762 ms | 329 | | | /classes/CartRule.php:357 /classes/CartRule.php:389 (haveCartRuleToday) /classes/CartRule.php:578 (getCustomerCartRules) /classes/Cart.php:522 (getCustomerHighlightedDiscounts) /src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts) /classes/controller/FrontController.php:545 (present) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
340 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1774) LIMIT 1 | 0.754 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
282 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 | 0.744 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
146 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1485 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1485 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.743 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
18 | SELECT SQL_NO_CACHE 1 FROM legoups_cart_product cp INNER JOIN legoups_product p ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 | 0.742 ms | 1 | | | /classes/Cart.php:4243 /classes/Cart.php:4218 (hasProducts) /classes/Cart.php:2133 (isVirtualCart) /src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal) /classes/controller/FrontController.php:545 (present) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
276 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 212) AND (b.`id_shop` = 1) LIMIT 1 | 0.725 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
86 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1326) | 0.723 ms | 2 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
292 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 | 0.715 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
107 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1437 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1437 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.711 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
287 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=194 AND c.id_category!=194 ORDER BY c.position ASC,c.id_category ASC | 0.708 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
155 | 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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1618 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1618 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.704 ms | 0 | | | /classes/Cart.php:1426 /classes/Product.php:4357 (getProductQuantity) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
166 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1774 ORDER BY f.position ASC | 0.701 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
80 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1072 LIMIT 1 | 0.691 ms | 1 | | | /classes/Product.php:5655 /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
210 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1064 AND c.id_category!=1064 ORDER BY cl.name ASC,c.id_category ASC | 0.688 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
317 | SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name FROM `legoups_product_attribute_combination` pac LEFT JOIN `legoups_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `legoups_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `legoups_attribute_lang` al ON ( a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1 ) WHERE pac.`id_product_attribute` = 19 | 0.687 ms | 1 | | | /modules/cdc_googletagmanager/services/PrestashopUtils.php:81 /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:86 (getAttributeSmall) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
81 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `legoups_product_attribute` pa INNER JOIN legoups_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE pa.`id_product_attribute` = 19 LIMIT 1 | 0.680 ms | 1 | | | /classes/Combination.php:564 /classes/Product.php:5674 (getPrice) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
129 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1443 AND image_shop.`cover` = 1 LIMIT 1 | 0.678 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
302 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.667 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
334 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1485) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.658 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
108 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1437 ORDER BY f.position ASC | 0.651 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
79 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1326 AND image_shop.`cover` = 1 LIMIT 1 | 0.647 ms | 3 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
67 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM legoups_layered_category WHERE controller = 'category' AND id_category = 160 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC | 0.644 ms | 4 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:61 /modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery) /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
162 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1774 AND id_shop=1 LIMIT 1 | 0.636 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
9 | SELECT SQL_NO_CACHE * FROM `legoups_hook_module_exceptions` WHERE `id_shop` IN (1) | 0.607 ms | 401 | | | /classes/module/Module.php:2018 /classes/Hook.php:929 (getExceptionsStatic) /classes/Dispatcher.php:351 (exec) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
95 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1326 ORDER BY f.position ASC | 0.601 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
156 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1618 ORDER BY f.position ASC | 0.600 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
68 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Pâté Artisanal' AND c.`id_category` != 2 AND c.`id_parent` = 160 LIMIT 1 | 0.594 ms | 2 | | | /classes/Category.php:1500 /modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId) /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
246 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1076 AND c.id_category!=1076 ORDER BY cl.name ASC,c.id_category ASC | 0.589 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
283 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 206) AND (b.`id_shop` = 1) LIMIT 1 | 0.581 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
279 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=89 AND c.id_category!=89 ORDER BY c.position ASC,c.id_category ASC | 0.579 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
7 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = '160-terrines-pates?page=2&q=Catégories-Pâté+Artisanal' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.577 ms | 0 | | | /modules/ets_seo/classes/EtsSeoRedirect.php:129 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:810 (getTypeUrlRedirect) /override/classes/Dispatcher.php:47 (checkForRedirect) /classes/Dispatcher.php:346 (getController) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
206 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=162 AND c.id_category!=162 ORDER BY cl.name ASC,c.id_category ASC | 0.571 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
211 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1114 AND c.id_category!=1114 ORDER BY cl.name ASC,c.id_category ASC | 0.567 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
253 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 | 0.564 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
10 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 160) AND (b.`id_shop` = 1) LIMIT 1 | 0.564 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:78 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
288 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=215 AND c.id_category!=215 ORDER BY c.position ASC,c.id_category ASC | 0.563 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
231 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1070 AND c.id_category!=1070 ORDER BY cl.name ASC,c.id_category ASC | 0.554 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
332 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1485) LIMIT 1 | 0.551 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
219 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1068 AND c.id_category!=1068 ORDER BY cl.name ASC,c.id_category ASC | 0.549 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
237 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1073) AND (b.`id_shop` = 1) LIMIT 1 | 0.546 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
133 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1443) | 0.541 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
289 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 | 0.537 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
248 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1076) AND (b.`id_shop` = 1) LIMIT 1 | 0.533 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
216 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=156 AND c.id_category!=156 ORDER BY cl.name ASC,c.id_category ASC | 0.531 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
104 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1437 AND id_shop=1 LIMIT 1 | 0.528 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
142 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1485) | 0.527 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
119 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1442 AND image_shop.`cover` = 1 LIMIT 1 | 0.523 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
351 | SELECT SQL_NO_CACHE `id_ce_revision` FROM legoups_ce_revision WHERE `parent` = 160040101 AND `active` = 0 AND `id_employee` = 0 LIMIT 1 | 0.514 ms | 1 | | | /modules/creativeelements/classes/wrappers/Post.php:509 /modules/creativeelements/includes/utils.php:162 (CE\wp_get_post_autosave) /modules/creativeelements/core/base/document.php:813 (getPostAutosave) /modules/creativeelements/core/base/document.php:333 (getAutosaveId) /modules/creativeelements/core/documents-manager.php:233 (getAutosave) /modules/creativeelements/core/settings/page/model.php:176 (getDocOrAutoSave) /modules/creativeelements/includes/base/controls-stack.php:1788 (_registerControls) /modules/creativeelements/includes/base/controls-stack.php:458 (initControls) /modules/creativeelements/includes/base/controls-stack.php:250 (getStack) /modules/creativeelements/includes/base/controls-stack.php:1826 (getControls) /modules/creativeelements/includes/base/controls-stack.php:966 (sanitizeSettings) /modules/creativeelements/includes/base/controls-stack.php:1679 (getData) /modules/creativeelements/core/base/base-object.php:136 (getInitSettings) /modules/creativeelements/core/base/base-object.php:44 (ensureSettings) /modules/creativeelements/includes/base/controls-stack.php:980 (getSettings) /modules/creativeelements/includes/base/controls-stack.php:1065 (getParsedDynamicSettings) /modules/creativeelements/includes/base/controls-stack.php:1147 (getSettingsForDisplay) /modules/creativeelements/core/settings/manager.php:174 (getFrontendSettings) /modules/creativeelements/includes/frontend.php:1007 (getSettingsFrontendConfig) /modules/creativeelements/core/base/base-object.php:136 (getInitSettings) /modules/creativeelements/core/base/base-object.php:44 (ensureSettings) /modules/creativeelements/core/base/app.php:40 (getSettings) /modules/creativeelements/includes/frontend.php:501 (printConfig) /modules/creativeelements/includes/frontend.php:582 (enqueueScripts) /modules/creativeelements/classes/wrappers/Helper.php:305 (wpFooter) /modules/creativeelements/classes/assets/CEAssetManager.php:180 (CE\do_action) /modules/creativeelements/classes/assets/CEAssetManager.php:153 (fetchAssets) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
242 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1105) AND (b.`id_shop` = 1) LIMIT 1 | 0.513 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
130 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1443 LIMIT 1 | 0.511 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
263 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1127 AND c.id_category!=1127 ORDER BY c.position ASC,c.id_category ASC | 0.503 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
245 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1028 AND c.id_category!=1028 ORDER BY cl.name ASC,c.id_category ASC | 0.502 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
328 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1442) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.496 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
278 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1036 AND c.id_category!=1036 ORDER BY c.position ASC,c.id_category ASC | 0.489 ms | 3 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
286 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=92 AND c.id_category!=92 ORDER BY c.position ASC,c.id_category ASC | 0.489 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
226 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1073 AND c.id_category!=1073 ORDER BY cl.name ASC,c.id_category ASC | 0.487 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
290 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1036) AND (b.`id_shop` = 1) LIMIT 1 | 0.485 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
139 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1485 LIMIT 1 | 0.481 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
12 | SELECT SQL_NO_CACHE ctg.`id_group` FROM legoups_category_group ctg WHERE ctg.`id_category` = 160 AND ctg.`id_group` = 1 LIMIT 1 | 0.477 ms | 1 | | | /classes/Category.php:1754 /controllers/front/listing/CategoryController.php:90 (checkAccess) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
229 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1072 AND c.id_category!=1072 ORDER BY cl.name ASC,c.id_category ASC | 0.475 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
281 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1088 AND c.id_category!=1088 ORDER BY c.position ASC,c.id_category ASC | 0.471 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
280 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=206 AND c.id_category!=206 ORDER BY c.position ASC,c.id_category ASC | 0.469 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
48 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.467 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
277 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 214) AND (b.`id_shop` = 1) LIMIT 1 | 0.464 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
151 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_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` = 1618) | 0.461 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
327 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1442 AND `id_shop` = 1 | 0.456 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
274 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=212 AND c.id_category!=212 ORDER BY c.position ASC,c.id_category ASC | 0.446 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
269 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1139 AND c.id_category!=1139 ORDER BY c.position ASC,c.id_category ASC | 0.442 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
221 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1066 AND c.id_category!=1066 ORDER BY cl.name ASC,c.id_category ASC | 0.441 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
203 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1080) AND (b.`id_shop` = 1) LIMIT 1 | 0.438 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink) /modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink) /modules/ets_megamenu/ets_megamenu.php:1771 (getMenus) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
208 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1115 AND c.id_category!=1115 ORDER BY cl.name ASC,c.id_category ASC | 0.435 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
99 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1437 AND image_shop.`cover` = 1 LIMIT 1 | 0.429 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
275 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=214 AND c.id_category!=214 ORDER BY c.position ASC,c.id_category ASC | 0.424 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
260 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1128 AND c.id_category!=1128 ORDER BY c.position ASC,c.id_category ASC | 0.413 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
336 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1618) LIMIT 1 | 0.408 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
301 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.407 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
268 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1108 AND c.id_category!=1108 ORDER BY c.position ASC,c.id_category ASC | 0.403 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
320 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1437) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.403 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
232 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 210) AND (b.`id_shop` = 1) LIMIT 1 | 0.399 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
84 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1326 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.399 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
218 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1069 AND c.id_category!=1069 ORDER BY cl.name ASC,c.id_category ASC | 0.393 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
157 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1774 AND image_shop.`cover` = 1 LIMIT 1 | 0.386 ms | 1 | | | /classes/Product.php:3570 /classes/Product.php:5639 (getCover) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
297 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.384 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
333 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1485 AND `id_shop` = 1 | 0.379 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
224 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1066) AND (b.`id_shop` = 1) LIMIT 1 | 0.377 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
241 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1102 AND c.id_category!=1102 ORDER BY cl.name ASC,c.id_category ASC | 0.376 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
100 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1437 LIMIT 1 | 0.374 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
271 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1141 AND c.id_category!=1141 ORDER BY c.position ASC,c.id_category ASC | 0.366 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
309 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.364 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
272 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.364 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
27 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.360 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
329 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1442 LIMIT 1 | 0.357 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
131 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1443 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.355 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
145 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.351 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
265 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1129 AND c.id_category!=1129 ORDER BY c.position ASC,c.id_category ASC | 0.351 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
321 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1437 LIMIT 1 | 0.336 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
266 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=146 AND c.id_category!=146 ORDER BY c.position ASC,c.id_category ASC | 0.335 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
187 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1618 | 0.333 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
234 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 156) AND (b.`id_shop` = 1) LIMIT 1 | 0.328 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
41 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; | 0.324 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
57 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.322 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
270 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1140 AND c.id_category!=1140 ORDER BY c.position ASC,c.id_category ASC | 0.320 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
190 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1774 | 0.318 ms | 1 | | | /classes/Product.php:2902 /src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
247 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1028) AND (b.`id_shop` = 1) LIMIT 1 | 0.316 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
106 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1437) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.314 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
267 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1106 AND c.id_category!=1106 ORDER BY c.position ASC,c.id_category ASC | 0.314 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
4 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" ) | 0.313 ms | 1 | | | /classes/Configuration.php:578 /modules/ets_marketplace/ets_marketplace.php:2157 (deleteByName) /classes/Hook.php:1077 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
105 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1437 AND `id_group` = 1 LIMIT 1 | 0.310 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
264 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1138 AND c.id_category!=1138 ORDER BY c.position ASC,c.id_category ASC | 0.307 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
291 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 | 0.303 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
148 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1618 LIMIT 1 | 0.301 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
319 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1437 AND `id_shop` = 1 | 0.295 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
92 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1326) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.278 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5810 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
135 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.278 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
326 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1442) LIMIT 1 | 0.278 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
222 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1068) AND (b.`id_shop` = 1) LIMIT 1 | 0.277 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
164 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.276 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
101 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1437 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.267 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
154 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1618) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.264 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
149 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1618 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.262 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
152 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1618 AND id_shop=1 LIMIT 1 | 0.261 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
197 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1326) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.261 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:2766 (getQuantityAvailableByProduct) /src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume) /src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel) /src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags) /var/cache/dev/smarty/compile/80/59/2f/80592fb43b8f95563ad64d4493305465714797d6_2.file.product-28170101.tpl.php:49 (offsetGet) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2478a47_34135223) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /modules/creativeelements/modules/catalog/widgets/listing/products.php:175 (fetch) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:639 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
331 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1443 LIMIT 1 | 0.261 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
134 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1443 AND id_shop=1 LIMIT 1 | 0.259 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
140 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1485 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.255 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
143 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1485 AND id_shop=1 LIMIT 1 | 0.250 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
8 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = 'fr/160-terrines-pates?page=2&q=Catégories-Pâté+Artisanal' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.241 ms | 0 | | | /modules/ets_seo/classes/EtsSeoRedirect.php:129 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:816 (getTypeUrlRedirect) /override/classes/Dispatcher.php:47 (checkForRedirect) /classes/Dispatcher.php:346 (getController) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
335 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM legoups_product_attribute pa INNER JOIN legoups_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 = 1485 LIMIT 1 | 0.237 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
238 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.233 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
256 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.229 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
212 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.220 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
299 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.220 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
323 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1441 AND `id_shop` = 1 | 0.220 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
153 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1618 AND `id_group` = 1 LIMIT 1 | 0.217 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
39 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.201 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
52 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.190 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
49 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.184 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
3 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" | 0.183 ms | 1 | | | /classes/Configuration.php:583 /modules/ets_marketplace/ets_marketplace.php:2156 (deleteByName) /classes/Hook.php:1077 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
58 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.174 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
30 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.156 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
338 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1618) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.156 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
28 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.155 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
5 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" | 0.154 ms | 1 | | | /classes/Configuration.php:583 /modules/ets_marketplace/ets_marketplace.php:2157 (deleteByName) /classes/Hook.php:1077 (hookModuleRoutes) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
55 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.152 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
29 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.152 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
53 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.150 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
50 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL, `from_date` DATETIME, `id_product` int, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.148 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
42 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.146 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
51 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.146 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
324 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1441) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.143 ms | 1 | | | /classes/Product.php:7722 /modules/cdc_googletagmanager/services/Gtm_Product.php:178 (getProductName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
54 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.142 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
59 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.138 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
31 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.137 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
60 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.135 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
37 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.130 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
56 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.129 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
33 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.126 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
32 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.125 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
40 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.124 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
34 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.119 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
43 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.118 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
38 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.116 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
44 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.114 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
46 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_features_by_cat` (`id_cat` int(11) NOT NULL DEFAULT '0', `id_shop` int(3) NOT NULL DEFAULT "1", `values` text NOT NULL, PRIMARY KEY (`id_cat`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.114 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
35 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.112 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
36 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; | 0.107 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
45 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.105 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
61 | COMMIT | 0.076 ms | 1 | | | /modules/gmerchantcenterpro/lib/moduleUpdate.php:107 :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
62 | BEGIN | 0.072 ms | 1 | | | /modules/gmerchantcenterpro/lib/moduleUpdate.php:121 :undefined (updateFields) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:189 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
63 | COMMIT | 0.071 ms | 1 | | | /modules/gmerchantcenterpro/lib/moduleUpdate.php:155 :undefined (updateFields) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:189 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |