77 | 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 IN (1112, 163, 1063) 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)) | 29.519 ms | 24332288 | | | /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) |
31 | 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; | 26.543 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) |
175 | 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 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(163,1063,162,166,1064,1112,1114,1115) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 25.383 ms | 8 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /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 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 = 1580 ORDER BY f.position ASC | 23.678 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) |
326 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 23.446 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) |
322 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 14:07:22',`date_upd` = '2025-08-01 14:07:22' 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 | 20.931 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) |
338 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 17.290 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) |
168 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 14:07:21',`date_upd` = '2025-08-01 14:07:21' 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 | 16.481 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) |
217 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 14.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 * 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` = 1046) AND (b.`id_shop` = 1) LIMIT 1 | 14.276 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) |
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` = 1059) LIMIT 1 | 14.068 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) |
167 | 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_%" | 12.863 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) |
79 | 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 IN (1112, 163, 1063) | 11.389 ms | 1744 | | | /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) |
153 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1191 | 9.033 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) |
218 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 8.914 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) |
307 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 8.905 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) |
7 | 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`) | 8.559 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) |
248 | 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=1041 AND c.id_category!=1041 ORDER BY c.position ASC,c.id_category ASC | 8.471 ms | 2 | 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) |
80 | REPLACE INTO legoups_layered_filter_block (hash, data) VALUES ("3532479267427049a284d107f689f600", "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:10:{i:162;a:2:{s:4:\"name\";s:23:\"Confiseries artisanales\";s:3:\"nbr\";i:30;}i:163;a:3:{s:4:\"name\";s:17:\"Gâteau artisanal\";s:3:\"nbr\";i:5;s:7:\"checked\";b:1;}i:166;a:2:{s:4:\"name\";s:22:\"Confitures artisanales\";s:3:\"nbr\";i:60;}i:1063;a:3:{s:4:\"name\";s:30:\"Biscuits régionaux artisanaux\";s:3:\"nbr\";i:22;s:7:\"checked\";b:1;}i:1064;a:2:{s:4:\"name\";s:14:\"Miel artisanal\";s:3:\"nbr\";i:18;}i:1096;a:2:{s:4:\"name\";s:20:\"Boissons sans Alcool\";s:3:\"nbr\";i:7;}i:1112;a:3:{s:4:\"name\";s:20:\"Chocolats Artisanaux\";s:3:\"nbr\";i:10;s:7:\"checked\";b:1;}i:1114;a:2:{s:4:\"name\";s:18:\"Pâtes à Tartiner\";s:3:\"nbr\";i:12;}i:1115;a:2:{s:4:\"name\";s:18:\"Desserts en Bocaux\";s:3:\"nbr\";i:6;}i:1125;a:2:{s:4:\"name\";s:15:\"Thé - Infusion\";s:3:\"nbr\";i:6;}}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:22;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:14;}}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:14;s:3:\"min\";d:1;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:36;s:5:\"value\";N;}}}") | 7.784 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) |
334 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 7.758 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) |
33 | 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; | 7.683 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) |
78 | 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 IN (1112, 163, 1063) 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)) | 7.556 ms | 24332288 | | | /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) |
337 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 7.330 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) |
75 | 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<=4 AND c.nleft>46 AND c.nright<67 GROUP BY cp.id_category | 6.959 ms | 1232 | 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) |
330 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.950 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) |
11 | 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` = 1062) AND (b.`id_shop` = 1) LIMIT 1 | 6.877 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) |
321 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.875 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) |
351 | 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 (1059,494,1191,684,1576,682,1579,1580) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC | 6.713 ms | 29 | 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) |
325 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.419 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 `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.374 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) |
158 | 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` = 682 ORDER BY `position` | 6.352 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) |
104 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1191 AND `id_group` = 1 LIMIT 1 | 6.262 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) |
61 | 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; | 5.836 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) |
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=1071 AND c.id_category!=1071 ORDER BY cl.name ASC,c.id_category ASC | 5.788 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) |
341 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1059 AND `id_shop` = 1 | 5.671 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) |
76 | 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 IN (1112, 163, 1063) 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))) | 5.529 ms | 24332288 | | | /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) |
345 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1063) LIMIT 1 | 5.432 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) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /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) |
48 | 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; | 4.891 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) |
68 | 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 | 4.707 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) |
339 | 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_%" | 4.000 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) |
316 | 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` = 1151) AND (b.`id_shop` = 1) LIMIT 1 | 3.886 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) |
186 | 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 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(210,213,156,158,160,1073,167) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 3.833 ms | 7 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /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 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` = 1059 ORDER BY `position` | 3.651 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) |
216 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 3.589 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) |
254 | 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=175 AND c.id_category!=175 ORDER BY c.position ASC,c.id_category ASC | 3.520 ms | 8 | 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) |
285 | 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` = 1060) AND (b.`id_shop` = 1) LIMIT 1 | 3.394 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) |
73 | 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 IN (1112, 163, 1063) 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 | 3.315 ms | 12166144 | 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) |
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`) | 3.194 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) |
258 | 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=62 AND c.id_category!=62 ORDER BY c.position ASC,c.id_category ASC | 3.100 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) |
90 | 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 | 2.980 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) |
185 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.955 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) |
155 | 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` = 1576 ORDER BY `position` | 2.884 ms | 2 | 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) |
324 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.875 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) |
1 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `legoups_module` m INNER JOIN legoups_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `legoups_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `legoups_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `legoups_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` | 2.751 ms | 279 | Yes | Yes | /classes/Hook.php:1267 /classes/Hook.php:735 (getAllHookRegistrations) /classes/Hook.php:842 (getHookModuleExecList) /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) |
298 | 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` = 178) AND (b.`id_shop` = 1) LIMIT 1 | 2.750 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) |
286 | 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` = 1116) AND (b.`id_shop` = 1) LIMIT 1 | 2.568 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) |
190 | 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.555 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) |
233 | 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 | 2.548 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) |
26 | 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 | 2.543 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) |
201 | 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 | 2.520 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) |
81 | 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 (1059,494,1191,684,1576,682,1579,1580) | 2.484 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) |
94 | 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 = 1059 ORDER BY f.position ASC | 2.430 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) |
352 | 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') | 2.363 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) |
225 | 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` = 1142) AND (b.`id_shop` = 1) LIMIT 1 | 2.355 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) |
329 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.348 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) |
219 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.237 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) |
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=217 AND c.id_category!=217 ORDER BY c.position ASC,c.id_category ASC | 2.221 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) |
30 | BEGIN | 2.193 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) |
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` = 1039) AND (b.`id_shop` = 1) LIMIT 1 | 2.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: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) |
308 | 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=1148 AND c.id_category!=1148 ORDER BY c.position ASC,c.id_category ASC | 2.116 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) |
226 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.113 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) |
295 | 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` = 1091) AND (b.`id_shop` = 1) LIMIT 1 | 2.095 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) |
282 | 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=70 AND c.id_category!=70 ORDER BY c.position ASC,c.id_category ASC | 2.026 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) |
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=1050 AND c.id_category!=1050 ORDER BY c.position ASC,c.id_category ASC | 2.025 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) |
290 | 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=1110 AND c.id_category!=1110 ORDER BY c.position ASC,c.id_category ASC | 1.938 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) |
299 | 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` = 1010) AND (b.`id_shop` = 1) LIMIT 1 | 1.894 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) |
256 | 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` = 1087) AND (b.`id_shop` = 1) LIMIT 1 | 1.850 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) |
245 | 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` = 138) AND (b.`id_shop` = 1) LIMIT 1 | 1.820 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) |
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` = 194) AND (b.`id_shop` = 1) LIMIT 1 | 1.793 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) |
333 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.692 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) |
353 | SELECT SQL_NO_CACHE `id_guest` FROM `legoups_connections` WHERE `id_guest` = 15989161 AND `date_add` > '2025-08-01 13:37:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 | 1.647 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) |
296 | 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` = 1001) AND (b.`id_shop` = 1) LIMIT 1 | 1.636 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) |
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` = 221) AND (b.`id_shop` = 1) LIMIT 1 | 1.619 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) |
188 | 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) |
328 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.584 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) |
355 | INSERT INTO `legoups_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12313209', '', 'www.le-gout-de-nos-regions.com/1062-epicerie-sucree?q=Cat%C3%A9gories-Chocolats+Artisanaux-G%C3%A2teau+artisanal-Biscuits+r%C3%A9gionaux+artisanaux', '', '2025-08-01 14:07:22') | 1.556 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) |
40 | 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 ; | 1.460 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) |
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` = 1106) AND (b.`id_shop` = 1) LIMIT 1 | 1.413 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) |
354 | INSERT INTO `legoups_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('15989161', '980', '3628718174', '', '1', '1', '2025-08-01 14:07:22') | 1.354 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) |
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` = 70) AND (b.`id_shop` = 1) LIMIT 1 | 1.339 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) |
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` = 217) AND (b.`id_shop` = 1) LIMIT 1 | 1.268 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) |
12 | SELECT SQL_NO_CACHE value FROM `legoups_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 | 1.264 ms | 1 | | | /classes/shop/Shop.php:1183 /classes/Currency.php:968 (isFeatureActive) /classes/Currency.php:890 (getIdByQuery) /src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode) /src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode) /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale) /src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead) /src/Core/Data/Layer/AbstractDataLayer.php:150 (read) /src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead) /src/Core/Localization/Currency/CurrencyDataSource.php:67 (read) /src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData) /src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData) /src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData) /src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies) /src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications) /classes/controller/Controller.php:209 (getLocale) /classes/controller/FrontController.php:284 (init) /controllers/front/listing/CategoryController.php:81 (init) /tools/profiling/Controller.php:41 (init) /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=1070 AND c.id_category!=1070 ORDER BY cl.name ASC,c.id_category ASC | 1.260 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) |
137 | 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` = 1580 AND image_shop.`cover` = 1 LIMIT 1 | 1.244 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) |
304 | 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` = 183) AND (b.`id_shop` = 1) LIMIT 1 | 1.232 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) |
3 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" ) | 1.231 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) |
176 | 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 | 1.221 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) |
229 | 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 | 1.216 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) |
272 | 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` = 191) AND (b.`id_shop` = 1) LIMIT 1 | 1.199 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) |
165 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1580 | 1.192 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 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=1040 AND c.id_category!=1040 ORDER BY c.position ASC,c.id_category ASC | 1.192 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: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 * 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` = 1191) AND (b.`id_shop` = 1) LIMIT 1 | 1.140 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) |
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` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1059 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` = 1059 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 1.126 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) |
159 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 682 | 1.124 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) |
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=1034 AND c.id_category!=1034 ORDER BY c.position ASC,c.id_category ASC | 1.117 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) |
27 | 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.110 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) |
241 | 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` = 1033) AND (b.`id_shop` = 1) LIMIT 1 | 1.109 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) |
142 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1580 AND id_shop=1 LIMIT 1 | 1.072 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) |
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` = 177) AND (b.`id_shop` = 1) LIMIT 1 | 1.063 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) |
331 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.055 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 * 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 | 1.050 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) |
227 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.035 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) |
278 | 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` = 184) AND (b.`id_shop` = 1) LIMIT 1 | 1.033 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) |
222 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.983 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) |
239 | 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=1119 AND c.id_category!=1119 ORDER BY c.position ASC,c.id_category ASC | 0.973 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) |
215 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.965 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) |
289 | 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=1091 AND c.id_category!=1091 ORDER BY c.position ASC,c.id_category ASC | 0.964 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) |
208 | 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 | 0.962 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) |
310 | 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=1150 AND c.id_category!=1150 ORDER BY c.position ASC,c.id_category ASC | 0.953 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) |
196 | 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.949 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 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 | 0.939 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) |
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=187 AND c.id_category!=187 ORDER BY c.position ASC,c.id_category ASC | 0.921 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) |
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=1036 AND c.id_category!=1036 ORDER BY c.position ASC,c.id_category ASC | 0.917 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) |
232 | 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 | 0.914 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) |
162 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1579 | 0.908 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) |
209 | 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 | 0.883 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) |
150 | 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` = 494) AND (b.`id_shop` = 1) LIMIT 1 | 0.865 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) |
213 | 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 | 0.857 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) |
14 | 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` = 1062 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC | 0.856 ms | 10 | 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) |
50 | 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.826 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) |
311 | 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=1151 AND c.id_category!=1151 ORDER BY c.position ASC,c.id_category ASC | 0.821 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) |
147 | 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` = 1059) AND (b.`id_shop` = 1) LIMIT 1 | 0.800 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) |
320 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.758 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) |
210 | 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 | 0.756 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) |
317 | 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` = 1152) AND (b.`id_shop` = 1) LIMIT 1 | 0.751 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) |
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` = 1032) AND (b.`id_shop` = 1) LIMIT 1 | 0.730 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) |
70 | 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` = 'Chocolats Artisanaux' AND c.`id_category` != 2 AND c.`id_parent` = 1062 LIMIT 1 | 0.712 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) |
270 | 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` = 71) AND (b.`id_shop` = 1) LIMIT 1 | 0.705 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) |
240 | 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` = 219) AND (b.`id_shop` = 1) LIMIT 1 | 0.703 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) |
312 | 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=1152 AND c.id_category!=1152 ORDER BY c.position ASC,c.id_category ASC | 0.658 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) |
236 | 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=1001 AND c.id_category!=1001 ORDER BY c.position ASC,c.id_category ASC | 0.648 ms | 6 | 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) |
314 | 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=1154 AND c.id_category!=1154 ORDER BY c.position ASC,c.id_category ASC | 0.634 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) |
315 | 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` = 1146) AND (b.`id_shop` = 1) LIMIT 1 | 0.629 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) |
214 | 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.615 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) |
265 | 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` = 62) AND (b.`id_shop` = 1) LIMIT 1 | 0.614 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) |
221 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.612 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) |
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=85 AND c.id_category!=85 ORDER BY c.position ASC,c.id_category ASC | 0.611 ms | 2 | 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) |
242 | 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=1010 AND c.id_category!=1010 ORDER BY c.position ASC,c.id_category ASC | 0.605 ms | 9 | 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) |
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=1088 AND c.id_category!=1088 ORDER BY c.position ASC,c.id_category ASC | 0.602 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) |
264 | 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` = 39) AND (b.`id_shop` = 1) LIMIT 1 | 0.601 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) |
335 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.591 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) |
63 | 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.574 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) |
154 | 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` = 1576) AND (b.`id_shop` = 1) LIMIT 1 | 0.569 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) |
207 | 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 | 0.560 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) |
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=1109 AND c.id_category!=1109 ORDER BY c.position ASC,c.id_category ASC | 0.559 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) |
156 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1576 | 0.556 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) |
177 | 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 | 0.556 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) |
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=141 AND c.id_category!=141 ORDER BY c.position 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) |
303 | 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` = 1137) AND (b.`id_shop` = 1) LIMIT 1 | 0.545 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) |
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=150 AND c.id_category!=150 ORDER BY c.position ASC,c.id_category ASC | 0.539 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) |
169 | 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 | 0.530 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) |
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` = 1129) AND (b.`id_shop` = 1) LIMIT 1 | 0.504 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) |
302 | 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` = 1003) AND (b.`id_shop` = 1) LIMIT 1 | 0.501 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) |
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` = 185) AND (b.`id_shop` = 1) LIMIT 1 | 0.499 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) |
306 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.496 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) |
294 | 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` = 1035) AND (b.`id_shop` = 1) LIMIT 1 | 0.490 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) |
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=184 AND c.id_category!=184 ORDER BY c.position ASC,c.id_category ASC | 0.490 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) |
28 | 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.476 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) |
149 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1059 | 0.475 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) |
2 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` | 0.463 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) |
309 | 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=1149 AND c.id_category!=1149 ORDER BY c.position ASC,c.id_category ASC | 0.460 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) |
244 | 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=84 AND c.id_category!=84 ORDER BY c.position ASC,c.id_category ASC | 0.448 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) |
152 | 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` = 1191 ORDER BY `position` | 0.445 ms | 4 | 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) |
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` = 1576 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.442 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) |
267 | 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` = 65) AND (b.`id_shop` = 1) LIMIT 1 | 0.436 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) |
166 | SELECT SQL_NO_CACHE id_tab, class_name FROM `legoups_tab` | 0.428 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) |
273 | 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=68 AND c.id_category!=68 ORDER BY c.position ASC,c.id_category ASC | 0.416 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) |
257 | 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=1060 AND c.id_category!=1060 ORDER BY c.position ASC,c.id_category ASC | 0.415 ms | 9 | 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) |
87 | 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` = 1059 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.404 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 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.404 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) |
101 | 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` = 1191 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.401 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) |
157 | 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` = 682) AND (b.`id_shop` = 1) LIMIT 1 | 0.395 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) |
305 | 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` = 1019) AND (b.`id_shop` = 1) LIMIT 1 | 0.394 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) |
238 | 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=176 AND c.id_category!=176 ORDER BY c.position ASC,c.id_category ASC | 0.388 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) |
301 | 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` = 208) AND (b.`id_shop` = 1) LIMIT 1 | 0.387 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) |
180 | 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.384 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) |
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` = 682 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.381 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) |
92 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1059) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.380 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) |
106 | 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` = 1191 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` = 1191 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.375 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) |
140 | 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` = 1580 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.374 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=71 AND c.id_category!=71 ORDER BY c.position ASC,c.id_category ASC | 0.371 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) |
95 | 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` = 494 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` = 494 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.367 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) |
135 | 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` = 1579 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` = 1579 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.364 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) |
300 | 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` = 175) AND (b.`id_shop` = 1) LIMIT 1 | 0.358 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) |
243 | 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=82 AND c.id_category!=82 ORDER BY c.position ASC,c.id_category ASC | 0.355 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) |
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=1095 AND c.id_category!=1095 ORDER BY c.position ASC,c.id_category ASC | 0.355 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) |
25 | 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.354 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) |
108 | 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` = 684 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` = 684 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.352 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) |
206 | 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 | 0.350 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) |
71 | 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` = 'Gâteau artisanal' AND c.`id_category` != 2 AND c.`id_parent` = 1062 LIMIT 1 | 0.349 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) |
145 | 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` = 1580 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` = 1580 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.346 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) |
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` = 1576 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` = 1576 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.345 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) |
262 | 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=77 AND c.id_category!=77 ORDER BY c.position ASC,c.id_category ASC | 0.343 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) |
235 | 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=1135 AND c.id_category!=1135 ORDER BY c.position ASC,c.id_category ASC | 0.343 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) |
259 | 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=66 AND c.id_category!=66 ORDER BY c.position ASC,c.id_category ASC | 0.342 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) |
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` = 682 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` = 682 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.341 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) |
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=1049 AND c.id_category!=1049 ORDER BY c.position ASC,c.id_category ASC | 0.339 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) |
72 | 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` = 'Biscuits régionaux artisanaux' AND c.`id_category` != 2 AND c.`id_parent` = 1062 LIMIT 1 | 0.338 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) |
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=191 AND c.id_category!=191 ORDER BY c.position ASC,c.id_category ASC | 0.334 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) |
163 | 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` = 1580) AND (b.`id_shop` = 1) LIMIT 1 | 0.326 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) |
313 | 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=1153 AND c.id_category!=1153 ORDER BY c.position ASC,c.id_category ASC | 0.325 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) |
349 | 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 = 682 LIMIT 1 | 0.321 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) |
160 | 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` = 1579) AND (b.`id_shop` = 1) LIMIT 1 | 0.319 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) |
220 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.319 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) |
10 | SELECT SQL_NO_CACHE * FROM `legoups_hook_module_exceptions` WHERE `id_shop` IN (1) | 0.312 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) |
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` = 68) AND (b.`id_shop` = 1) LIMIT 1 | 0.312 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) |
336 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.312 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) |
29 | 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_%" | 0.310 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) |
107 | 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 = 1191 ORDER BY f.position ASC | 0.309 ms | 2 | 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) |
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=67 AND c.id_category!=67 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: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) |
187 | 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 | 0.300 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) |
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=80 AND c.id_category!=80 ORDER BY c.position ASC,c.id_category ASC | 0.299 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) |
346 | 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` = 682) LIMIT 1 | 0.297 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) |
193 | 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.296 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) |
266 | 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` = 63) AND (b.`id_shop` = 1) LIMIT 1 | 0.292 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) |
136 | 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 = 1579 ORDER BY f.position ASC | 0.291 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) |
199 | 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.289 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) |
5 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" ) | 0.287 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) |
164 | 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` = 1580 ORDER BY `position` | 0.282 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) |
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` = 72) AND (b.`id_shop` = 1) LIMIT 1 | 0.279 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) |
350 | 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 = 1580 LIMIT 1 | 0.279 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) |
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 = 682 ORDER BY f.position ASC | 0.277 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) |
181 | 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 | 0.274 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) |
192 | 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.269 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) |
161 | 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` = 1579 ORDER BY `position` | 0.265 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) |
191 | 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.263 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) |
91 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1059 AND `id_group` = 1 LIMIT 1 | 0.261 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) |
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 = 1576 ORDER BY f.position ASC | 0.261 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) |
170 | 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` = 1018) AND (b.`id_shop` = 1) LIMIT 1 | 0.260 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) |
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` = 163) AND (b.`id_shop` = 1) LIMIT 1 | 0.259 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) |
319 | 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` = 1154) AND (b.`id_shop` = 1) LIMIT 1 | 0.256 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) |
211 | 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.253 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) |
203 | 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.250 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) |
327 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.250 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) |
74 | SELECT SQL_NO_CACHE data FROM legoups_layered_filter_block WHERE hash="3532479267427049a284d107f689f600" LIMIT 1 | 0.249 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) |
178 | 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.247 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) |
297 | 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` = 176) AND (b.`id_shop` = 1) LIMIT 1 | 0.247 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) |
189 | 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.241 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) |
347 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 682 AND `id_shop` = 1 | 0.240 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) |
348 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 682) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.240 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) |
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` = 1576) | 0.238 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) |
131 | 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` = 1579) | 0.236 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) |
200 | 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.236 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) |
88 | 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` = 1059) | 0.234 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) |
179 | 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 | 0.234 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` = 150) AND (b.`id_shop` = 1) LIMIT 1 | 0.234 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) |
183 | 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.231 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) |
194 | 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.230 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) |
82 | 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` = 1059 AND image_shop.`cover` = 1 LIMIT 1 | 0.222 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) |
102 | 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` = 1191) | 0.221 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) |
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` = 682) | 0.220 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) |
198 | 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.219 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) |
171 | 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` = 1132) AND (b.`id_shop` = 1) LIMIT 1 | 0.218 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) |
269 | 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` = 67) AND (b.`id_shop` = 1) LIMIT 1 | 0.217 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) |
318 | 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` = 1153) AND (b.`id_shop` = 1) LIMIT 1 | 0.215 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) |
96 | 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` = 1191 AND image_shop.`cover` = 1 LIMIT 1 | 0.213 ms | 4 | | | /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) |
197 | 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 | 0.213 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) |
195 | 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` = 1069) AND (b.`id_shop` = 1) LIMIT 1 | 0.212 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) |
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` = 1576 AND image_shop.`cover` = 1 LIMIT 1 | 0.210 ms | 2 | | | /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) |
172 | 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 | 0.210 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) |
268 | 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` = 66) AND (b.`id_shop` = 1) LIMIT 1 | 0.210 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) |
344 | 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 = 1059 LIMIT 1 | 0.210 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) |
24 | 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` = 1096) AND (b.`id_shop` = 1) LIMIT 1 | 0.208 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) |
141 | 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` = 1580) | 0.208 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) |
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` = 162) AND (b.`id_shop` = 1) LIMIT 1 | 0.207 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) |
271 | 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` = 77) AND (b.`id_shop` = 1) LIMIT 1 | 0.207 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) |
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` = 1063) AND (b.`id_shop` = 1) LIMIT 1 | 0.201 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) |
8 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = '1062-epicerie-sucree?q=Catégories-Chocolats+Artisanaux-Gâteau+artisanal-Biscuits+régionaux+artisanaux' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.200 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) |
19 | 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` = 1064) AND (b.`id_shop` = 1) LIMIT 1 | 0.200 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) |
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` = 682 AND image_shop.`cover` = 1 LIMIT 1 | 0.199 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) |
21 | 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` = 1114) AND (b.`id_shop` = 1) LIMIT 1 | 0.197 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) |
174 | 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.197 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) |
22 | 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` = 1115) AND (b.`id_shop` = 1) LIMIT 1 | 0.196 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) |
184 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.195 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) |
23 | 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` = 1125) AND (b.`id_shop` = 1) LIMIT 1 | 0.194 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) |
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` = 1579 AND image_shop.`cover` = 1 LIMIT 1 | 0.194 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) |
18 | 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` = 166) AND (b.`id_shop` = 1) LIMIT 1 | 0.193 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) |
20 | 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` = 1112) AND (b.`id_shop` = 1) LIMIT 1 | 0.193 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 * 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 | 0.193 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) |
343 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1112 AND `id_shop` = 1 | 0.176 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /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) |
342 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1059) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.172 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) |
332 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.167 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 `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 0.165 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) |
85 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1059 LIMIT 1 | 0.163 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) |
13 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 0.163 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) |
97 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1179 LIMIT 1 | 0.157 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /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) |
105 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.156 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) |
110 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1576 LIMIT 1 | 0.153 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) |
120 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 682 LIMIT 1 | 0.153 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) |
138 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1580 LIMIT 1 | 0.151 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) |
99 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1191 LIMIT 1 | 0.147 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) |
9 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = 'fr/1062-epicerie-sucree?q=Catégories-Chocolats+Artisanaux-Gâteau+artisanal-Biscuits+régionaux+artisanaux' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.146 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) |
126 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 682) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.146 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) |
130 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1579 LIMIT 1 | 0.146 ms | 1 | | | /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) |
4 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" | 0.145 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) |
116 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1576) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.145 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) |
134 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.145 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) |
54 | 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.141 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) |
83 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1112 LIMIT 1 | 0.141 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /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) |
34 | 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.140 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) |
121 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 682 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.140 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) |
144 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.140 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) |
89 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1059 AND id_shop=1 LIMIT 1 | 0.135 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) |
32 | 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.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) |
114 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1576 AND id_shop=1 LIMIT 1 | 0.135 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) |
86 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1059 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.133 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) |
111 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1576 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.133 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) |
124 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 682 AND id_shop=1 LIMIT 1 | 0.131 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) |
84 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1112 LIMIT 1 | 0.131 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) |
139 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1580 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.130 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) |
132 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1579 AND id_shop=1 LIMIT 1 | 0.128 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) |
98 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1179 LIMIT 1 | 0.127 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) |
100 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1191 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.127 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) |
6 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" | 0.127 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) |
62 | 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.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) |
103 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1191 AND id_shop=1 LIMIT 1 | 0.126 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) |
49 | 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.121 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) |
41 | 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.117 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) |
125 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 682 AND `id_group` = 1 LIMIT 1 | 0.115 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) |
115 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1576 AND `id_group` = 1 LIMIT 1 | 0.114 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) |
133 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1579 AND `id_group` = 1 LIMIT 1 | 0.114 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) |
143 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1580 AND `id_group` = 1 LIMIT 1 | 0.112 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) |
64 | 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.111 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_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.106 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) |
55 | 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.106 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_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.102 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_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.099 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_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.099 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_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.096 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_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.095 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_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.091 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_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.091 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_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.089 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_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.089 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_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.086 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) |
58 | 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.086 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_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.086 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_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.085 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_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.085 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) |
47 | 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.084 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) |
39 | 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.075 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_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.073 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` (`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.072 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) |
66 | BEGIN | 0.045 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) |
65 | COMMIT | 0.043 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) |
67 | COMMIT | 0.038 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) |