62 | 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) 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))) AND 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) 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))) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>46 AND c.nright<67 GROUP BY cp.id_category | 92.898 ms | 2464 | 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) |
65 | 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 (162, 1096) 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)) | 44.050 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) |
66 | 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) 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))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) | 39.110 ms | 3488 | | | /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) |
64 | 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 (162, 1096) 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)) | 24.032 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) |
350 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 23.755 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) |
349 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 22.072 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 | 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 (162, 1096) 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))) | 21.231 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) |
117 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 13:57:33',`date_upd` = '2025-08-01 13:57:33' 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 | 19.616 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) |
356 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 19.590 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) |
367 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 19.047 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) |
115 | SELECT SQL_NO_CACHE id_tab, class_name FROM `legoups_tab` | 17.892 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) |
57 | 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 | 17.831 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) |
19 | BEGIN | 17.457 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) |
135 | 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 | 16.951 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) |
72 | 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` = 1049 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` = 1049 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 16.859 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) |
181 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 198) AND (b.`id_shop` = 1) LIMIT 1 | 16.660 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) |
364 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 15.856 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) |
327 | 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=1116 AND c.id_category!=1116 ORDER BY c.position ASC,c.id_category ASC | 15.412 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) |
359 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 13.825 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) |
357 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 13.154 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) |
225 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=86 AND c.id_category!=86 ORDER BY c.position ASC,c.id_category ASC | 13.120 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) |
8 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = 'fr/1062-epicerie-sucree?q=Catégories-Confiseries+artisanales-Boissons+sans+Alcool/Disponibilité-Non+disponible' AND active = 1 AND `id_shop`=1 LIMIT 1 | 12.361 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) |
67 | REPLACE INTO legoups_layered_filter_block (hash, data) VALUES ("acb95a73cf5ae4a614585974e5c0c9f3", "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:9:{i:162;a:3:{s:4:\"name\";s:23:\"Confiseries artisanales\";s:3:\"nbr\";i:7;s:7:\"checked\";b:1;}i:163;a:2:{s:4:\"name\";s:17:\"Gâteau artisanal\";s:3:\"nbr\";i:2;}i:166;a:2:{s:4:\"name\";s:22:\"Confitures artisanales\";s:3:\"nbr\";i:7;}i:1063;a:2:{s:4:\"name\";s:30:\"Biscuits régionaux artisanaux\";s:3:\"nbr\";i:10;}i:1064;a:2:{s:4:\"name\";s:14:\"Miel artisanal\";s:3:\"nbr\";i:8;}i:1096;a:3:{s:4:\"name\";s:20:\"Boissons sans Alcool\";s:3:\"nbr\";i:4;s:7:\"checked\";b:1;}i:1112;a:2:{s:4:\"name\";s:20:\"Chocolats Artisanaux\";s:3:\"nbr\";i:2;}i:1114;a:2:{s:4:\"name\";s:18:\"Pâtes à Tartiner\";s:3:\"nbr\";i:3;}i:1125;a:2:{s:4:\"name\";s:15:\"Thé - Infusion\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:26;}i:0;a:3:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:11;s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:29;s:3:\"min\";d:3;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:11;s:5:\"value\";N;}}}") | 12.260 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) |
12 | 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 | 10.344 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) |
361 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 10.097 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=215 AND c.id_category!=215 ORDER BY c.position ASC,c.id_category ASC | 9.212 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) |
10 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 8.645 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) |
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 | 8.458 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) |
352 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 8.100 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 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 | 7.819 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) |
11 | 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 | 7.778 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) |
118 | 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 | 7.592 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) |
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` = 1043) AND (b.`id_shop` = 1) LIMIT 1 | 7.592 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: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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=212 AND c.id_category!=212 ORDER BY c.position ASC,c.id_category ASC | 7.569 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) |
335 | 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` = 1095) AND (b.`id_shop` = 1) LIMIT 1 | 7.553 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) |
167 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1102 AND c.id_category!=1102 ORDER BY cl.name ASC,c.id_category ASC | 7.473 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) |
59 | 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) 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))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) 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 | 7.434 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) |
355 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 7.352 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) |
387 | 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 (1049,1051,1548,1938,693,1042,1046,1669) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC | 7.297 ms | 24 | 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) |
388 | SELECT SQL_NO_CACHE `id_guest` FROM `legoups_connections` WHERE `id_guest` = 15987923 AND `date_add` > '2025-08-01 13:27:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 | 7.202 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) |
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` = 1042) AND (b.`id_shop` = 1) LIMIT 1 | 7.090 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: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) |
354 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 7.037 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
200 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1128) AND (b.`id_shop` = 1) LIMIT 1 | 6.832 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) |
362 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 6.707 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) |
324 | 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=1061 AND c.id_category!=1061 ORDER BY c.position ASC,c.id_category ASC | 6.667 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: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) |
249 | 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 | 6.373 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) |
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=178 AND c.id_category!=178 ORDER BY c.position ASC,c.id_category ASC | 6.107 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
332 | SELECT SQL_NO_CACHE * FROM `legoups_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 | 6.009 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) |
134 | 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 | 5.861 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) |
81 | 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 = 1548 ORDER BY f.position ASC | 5.830 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) |
294 | 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=1136 AND c.id_category!=1136 ORDER BY c.position ASC,c.id_category ASC | 5.776 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` = 85) AND (b.`id_shop` = 1) LIMIT 1 | 5.746 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) |
58 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 5.452 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) |
353 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 13:57:34',`date_upd` = '2025-08-01 13:57:34' 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 | 5.443 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) |
203 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1129) AND (b.`id_shop` = 1) LIMIT 1 | 5.327 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) |
334 | 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` = 1061) AND (b.`id_shop` = 1) LIMIT 1 | 5.294 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) |
60 | SELECT SQL_NO_CACHE data FROM legoups_layered_filter_block WHERE hash="acb95a73cf5ae4a614585974e5c0c9f3" LIMIT 1 | 5.015 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) |
165 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 4.969 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
212 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 4.818 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 | 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 | 4.705 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) |
157 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 210) AND (b.`id_shop` = 1) LIMIT 1 | 4.653 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) |
126 | 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 | 4.635 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) |
87 | 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` = 693 AND image_shop.`cover` = 1 LIMIT 1 | 4.627 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) |
339 | 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=221 AND c.id_category!=221 ORDER BY c.position ASC,c.id_category ASC | 4.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: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 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` = 1051) | 4.338 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) |
100 | 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` = 1669 AND image_shop.`cover` = 1 LIMIT 1 | 4.318 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) |
369 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 4.123 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) |
20 | 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; | 4.088 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
338 | SELECT SQL_NO_CACHE 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 | 3.989 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) |
145 | 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 | 3.968 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) |
185 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 3.829 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) |
101 | 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` = 1669) | 3.804 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) |
127 | 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 | 3.794 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) |
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.701 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) |
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=1192 AND c.id_category!=1192 ORDER BY c.position ASC,c.id_category ASC | 3.696 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) |
158 | 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 | 3.692 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) |
102 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1669 AND id_shop=1 LIMIT 1 | 3.664 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) |
6 | SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `legoups_configuration` c LEFT JOIN `legoups_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 3.624 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) |
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=176 AND c.id_category!=176 ORDER BY c.position ASC,c.id_category ASC | 3.624 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
343 | SELECT SQL_NO_CACHE 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 | 3.613 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) |
159 | 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 | 3.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
7 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = '1062-epicerie-sucree?q=Catégories-Confiseries+artisanales-Boissons+sans+Alcool/Disponibilité-Non+disponible' AND active = 1 AND `id_shop`=1 LIMIT 1 | 3.584 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) |
125 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1112 AND c.id_category!=1112 ORDER BY cl.name ASC,c.id_category ASC | 3.438 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) |
146 | 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 | 3.436 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 | 3.424 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) |
347 | 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` = 220) AND (b.`id_shop` = 1) LIMIT 1 | 3.346 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
237 | 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=185 AND c.id_category!=185 ORDER BY c.position ASC,c.id_category ASC | 3.215 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
233 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 | 3.113 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) |
323 | 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 | 3.093 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) |
68 | 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 (1049,1051,1548,1938,693,1042,1046,1669) | 3.010 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) |
168 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1105) AND (b.`id_shop` = 1) LIMIT 1 | 2.971 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) |
358 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.910 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) |
264 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1042 AND c.id_category!=1042 ORDER BY c.position ASC,c.id_category ASC | 2.766 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
183 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.658 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) |
71 | 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.491 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) |
326 | 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` = 1109) AND (b.`id_shop` = 1) LIMIT 1 | 2.491 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) |
351 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.485 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) |
389 | INSERT INTO `legoups_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12311974', '', 'www.le-gout-de-nos-regions.com/1062-epicerie-sucree?q=Cat%C3%A9gories-Confiseries+artisanales-Boissons+sans+Alcool%2FDisponibilit%C3%A9-Non+disponible', '', '2025-08-01 13:57:36') | 2.445 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) |
365 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 2.442 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
214 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=85 AND c.id_category!=85 ORDER BY c.position ASC,c.id_category ASC | 2.413 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) |
61 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `legoups_category` c INNER JOIN legoups_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `legoups_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 1 AND c.`active` = 1 ORDER BY c.nleft, c.position | 2.034 ms | 275 | Yes | | /classes/Category.php:724 /modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName) /modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=78 AND c.id_category!=78 ORDER BY c.position ASC,c.id_category ASC | 1.998 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) |
328 | 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=192 AND c.id_category!=192 ORDER BY c.position ASC,c.id_category ASC | 1.847 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) |
15 | 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 | 1.811 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) |
182 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.749 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) |
204 | 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` = 146) AND (b.`id_shop` = 1) LIMIT 1 | 1.684 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) |
217 | 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.627 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) |
348 | 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 | 1.621 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) |
205 | 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.584 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(1128,1127,1138,1129,1106,1108,1139,1140,1141,1142,146,142) GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC | 1.424 ms | 12 | 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) |
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` = 206) AND (b.`id_shop` = 1) LIMIT 1 | 1.420 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) |
226 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=92 AND c.id_category!=92 ORDER BY c.position ASC,c.id_category ASC | 1.328 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) |
2 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" ) | 1.323 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) |
345 | 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.305 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) |
116 | SELECT SQL_NO_CACHE * FROM `legoups_cart_rule` cr LEFT JOIN `legoups_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" | 1.280 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) |
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=1041 AND c.id_category!=1041 ORDER BY c.position ASC,c.id_category ASC | 1.231 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) |
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=1106 AND c.id_category!=1106 ORDER BY c.position ASC,c.id_category ASC | 1.168 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) |
166 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1105 AND c.id_category!=1105 ORDER BY cl.name ASC,c.id_category ASC | 1.158 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) |
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=199 AND c.id_category!=199 ORDER BY cl.name ASC,c.id_category ASC | 1.150 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) |
360 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.149 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
16 | SELECT SQL_NO_CACHE * FROM `legoups_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.149 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) |
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` = 1142) AND (b.`id_shop` = 1) LIMIT 1 | 1.148 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) |
213 | 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=1008 AND c.id_category!=1008 ORDER BY c.position ASC,c.id_category ASC | 1.140 ms | 10 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
180 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 199) AND (b.`id_shop` = 1) LIMIT 1 | 1.117 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) |
76 | 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` = 1548 AND image_shop.`cover` = 1 LIMIT 1 | 1.102 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) |
368 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.051 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) |
172 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1076 AND c.id_category!=1076 ORDER BY cl.name ASC,c.id_category ASC | 1.050 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) |
258 | 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` = 78) AND (b.`id_shop` = 1) LIMIT 1 | 1.049 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) |
179 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 | 1.025 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) |
170 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.022 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) |
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=143 AND c.id_category!=143 ORDER BY cl.name ASC,c.id_category ASC | 1.012 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) |
74 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1051 AND id_shop=1 LIMIT 1 | 0.982 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) |
175 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.970 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) |
198 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1141 AND c.id_category!=1141 ORDER BY c.position ASC,c.id_category ASC | 0.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: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) |
371 | 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` = 1049) LIMIT 1 | 0.920 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) |
227 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=194 AND c.id_category!=194 ORDER BY c.position ASC,c.id_category ASC | 0.918 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) |
346 | 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 | 0.917 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) |
4 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" ) | 0.886 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) |
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` = 1119) AND (b.`id_shop` = 1) LIMIT 1 | 0.873 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) |
197 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1140 AND c.id_category!=1140 ORDER BY c.position ASC,c.id_category ASC | 0.861 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) |
1 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` | 0.851 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) |
5 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" | 0.840 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) |
231 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 | 0.834 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) |
99 | 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 = 1046 ORDER BY f.position ASC | 0.831 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) |
119 | 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.806 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) |
366 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.797 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) |
202 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1138) AND (b.`id_shop` = 1) LIMIT 1 | 0.770 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) |
370 | 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_%" | 0.739 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) |
171 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1028 AND c.id_category!=1028 ORDER BY cl.name ASC,c.id_category ASC | 0.732 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) |
230 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1036) AND (b.`id_shop` = 1) LIMIT 1 | 0.718 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) |
196 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1139 AND c.id_category!=1139 ORDER BY c.position ASC,c.id_category ASC | 0.700 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=1039 AND c.id_category!=1039 ORDER BY c.position ASC,c.id_category ASC | 0.696 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: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=1045 AND c.id_category!=1045 ORDER BY c.position ASC,c.id_category ASC | 0.696 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) |
211 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.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) |
337 | 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=1019 AND c.id_category!=1019 ORDER BY c.position ASC,c.id_category ASC | 0.690 ms | 12 | 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) |
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=1142 AND c.id_category!=1142 ORDER BY c.position ASC,c.id_category ASC | 0.677 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) |
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` = 1108) AND (b.`id_shop` = 1) LIMIT 1 | 0.672 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) |
124 | 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 | 0.649 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) |
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=1038 AND c.id_category!=1038 ORDER BY c.position ASC,c.id_category ASC | 0.643 ms | 5 | 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) |
75 | 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` = 1051 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` = 1051 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.641 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) |
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=1128 AND c.id_category!=1128 ORDER BY c.position ASC,c.id_category ASC | 0.631 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) |
153 | 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.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: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` = 1102) AND (b.`id_shop` = 1) LIMIT 1 | 0.618 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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1192) AND (b.`id_shop` = 1) LIMIT 1 | 0.617 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) |
160 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) |
136 | 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.608 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) |
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` = 1076) AND (b.`id_shop` = 1) LIMIT 1 | 0.602 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
216 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=214 AND c.id_category!=214 ORDER BY c.position ASC,c.id_category ASC | 0.594 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) |
137 | 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 | 0.586 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) |
333 | 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 | 0.584 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) |
128 | 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.577 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) |
77 | 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` = 1548) | 0.569 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 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.566 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) |
89 | 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` = 693 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` = 693 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.564 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) |
103 | 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` = 1669 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` = 1669 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.558 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) |
201 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1127) AND (b.`id_shop` = 1) LIMIT 1 | 0.557 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) |
340 | 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 | 0.555 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) |
80 | 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` = 1548 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` = 1548 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.553 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) |
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` = 1042 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` = 1042 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.551 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) |
222 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 | 0.550 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) |
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=1127 AND c.id_category!=1127 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: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) |
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` = 1141) AND (b.`id_shop` = 1) LIMIT 1 | 0.538 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) |
363 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.537 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
85 | SELECT SQL_NO_CACHE 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` = 1938 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` = 1938 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.536 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) |
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` = 84) AND (b.`id_shop` = 1) LIMIT 1 | 0.535 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) |
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=1138 AND c.id_category!=1138 ORDER BY c.position ASC,c.id_category ASC | 0.523 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
178 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=198 AND c.id_category!=198 ORDER BY cl.name ASC,c.id_category ASC | 0.517 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) |
18 | 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.510 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) |
98 | 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` = 1046 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` = 1046 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.510 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) |
13 | 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.508 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) |
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=219 AND c.id_category!=219 ORDER BY c.position ASC,c.id_category ASC | 0.506 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) |
104 | 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 = 1669 ORDER BY f.position ASC | 0.501 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) |
195 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1108 AND c.id_category!=1108 ORDER BY c.position ASC,c.id_category ASC | 0.486 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) |
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=146 AND c.id_category!=146 ORDER BY c.position ASC,c.id_category ASC | 0.486 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) |
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=82 AND c.id_category!=82 ORDER BY c.position ASC,c.id_category ASC | 0.483 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) |
247 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1033) AND (b.`id_shop` = 1) LIMIT 1 | 0.481 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) |
342 | 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.474 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) |
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` = 215) AND (b.`id_shop` = 1) LIMIT 1 | 0.473 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) |
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` = 1139) AND (b.`id_shop` = 1) LIMIT 1 | 0.467 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
130 | SELECT SQL_NO_CACHE 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.457 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) |
268 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1044 AND c.id_category!=1044 ORDER BY c.position ASC,c.id_category ASC | 0.457 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) |
69 | 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` = 1049) | 0.457 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) |
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=1129 AND c.id_category!=1129 ORDER BY c.position ASC,c.id_category ASC | 0.456 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) |
138 | 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.454 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) |
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 = 1042 ORDER BY f.position ASC | 0.453 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) |
331 | 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.451 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) |
23 | 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.447 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) |
148 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=160 AND c.id_category!=160 ORDER BY cl.name ASC,c.id_category ASC | 0.445 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) |
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=80 AND c.id_category!=80 ORDER BY c.position ASC,c.id_category ASC | 0.445 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) |
131 | 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.443 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) |
139 | 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.442 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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 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=1035 AND c.id_category!=1035 ORDER BY c.position ASC,c.id_category ASC | 0.442 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
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=1003 AND c.id_category!=1003 ORDER BY c.position ASC,c.id_category ASC | 0.441 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) |
3 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" | 0.440 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) |
344 | 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=1118 AND c.id_category!=1118 ORDER BY c.position ASC,c.id_category ASC | 0.440 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) |
147 | 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.428 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) |
140 | 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.428 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) |
298 | 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=1031 AND c.id_category!=1031 ORDER BY c.position ASC,c.id_category ASC | 0.428 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) |
9 | SELECT SQL_NO_CACHE * FROM `legoups_hook_module_exceptions` WHERE `id_shop` IN (1) | 0.427 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) |
105 | 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` = 1049) AND (b.`id_shop` = 1) LIMIT 1 | 0.424 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) |
240 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1119 AND c.id_category!=1119 ORDER BY c.position ASC,c.id_category ASC | 0.423 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) |
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=1047 AND c.id_category!=1047 ORDER BY c.position ASC,c.id_category ASC | 0.420 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: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) |
330 | 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 | 0.420 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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1070 AND c.id_category!=1070 ORDER BY cl.name ASC,c.id_category ASC | 0.418 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) |
106 | 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` = 1051) AND (b.`id_shop` = 1) LIMIT 1 | 0.417 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) |
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` = 1028) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) |
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=1060 AND c.id_category!=1060 ORDER BY c.position ASC,c.id_category ASC | 0.412 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) |
107 | 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` = 1548) AND (b.`id_shop` = 1) LIMIT 1 | 0.409 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) |
269 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=209 AND c.id_category!=209 ORDER BY c.position ASC,c.id_category ASC | 0.407 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) |
329 | 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.407 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) |
149 | 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.406 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) |
232 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 | 0.406 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) |
265 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1043 AND c.id_category!=1043 ORDER BY c.position 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: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) |
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=1033 AND c.id_category!=1033 ORDER BY c.position ASC,c.id_category ASC | 0.402 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) |
129 | 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.402 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
245 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1082 AND c.id_category!=1082 ORDER BY c.position ASC,c.id_category ASC | 0.401 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) |
246 | 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.401 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) |
238 | 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.400 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) |
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=1040 AND c.id_category!=1040 ORDER BY c.position ASC,c.id_category ASC | 0.398 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) |
163 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 160) AND (b.`id_shop` = 1) LIMIT 1 | 0.397 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) |
86 | 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 = 1938 ORDER BY f.position ASC | 0.392 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) |
219 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=89 AND c.id_category!=89 ORDER BY c.position ASC,c.id_category ASC | 0.391 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) |
325 | 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=72 AND c.id_category!=72 ORDER BY c.position ASC,c.id_category ASC | 0.390 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) |
296 | 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=1029 AND c.id_category!=1029 ORDER BY c.position ASC,c.id_category ASC | 0.389 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) |
90 | 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 = 693 ORDER BY f.position ASC | 0.388 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) |
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` = 82) AND (b.`id_shop` = 1) LIMIT 1 | 0.388 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) |
113 | 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` = 1669) AND (b.`id_shop` = 1) LIMIT 1 | 0.383 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
111 | SELECT SQL_NO_CACHE * 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` = 1046) AND (b.`id_shop` = 1) LIMIT 1 | 0.382 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) |
109 | 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` = 1938) AND (b.`id_shop` = 1) LIMIT 1 | 0.380 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) |
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` = 1140) AND (b.`id_shop` = 1) LIMIT 1 | 0.380 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) |
120 | 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.378 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) |
108 | 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` = 1548 ORDER BY `position` | 0.376 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) |
141 | 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.375 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) |
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` = 1047) AND (b.`id_shop` = 1) LIMIT 1 | 0.375 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) |
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=84 AND c.id_category!=84 ORDER BY c.position ASC,c.id_category ASC | 0.372 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 * 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 | 0.372 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) |
43 | 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.370 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) |
253 | 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=138 AND c.id_category!=138 ORDER BY c.position ASC,c.id_category ASC | 0.369 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) |
315 | 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=39 AND c.id_category!=39 ORDER BY c.position ASC,c.id_category ASC | 0.369 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) |
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=187 AND c.id_category!=187 ORDER BY c.position ASC,c.id_category ASC | 0.366 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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 * 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 | 0.363 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
248 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1082) AND (b.`id_shop` = 1) LIMIT 1 | 0.362 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) |
297 | 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=1030 AND c.id_category!=1030 ORDER BY c.position ASC,c.id_category ASC | 0.362 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
281 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1048 AND c.id_category!=1048 ORDER BY c.position ASC,c.id_category ASC | 0.359 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
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=1046 AND c.id_category!=1046 ORDER BY c.position ASC,c.id_category ASC | 0.358 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) |
14 | 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.355 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) |
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` = 1049) AND (b.`id_shop` = 1) LIMIT 1 | 0.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: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) |
112 | 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` = 1046 ORDER BY `position` | 0.349 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) |
150 | 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.348 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) |
273 | 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` = 209) AND (b.`id_shop` = 1) LIMIT 1 | 0.348 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) |
142 | 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.347 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) |
276 | 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=1094 AND c.id_category!=1094 ORDER BY c.position ASC,c.id_category ASC | 0.346 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) |
151 | 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 | 0.345 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) |
262 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1040) AND (b.`id_shop` = 1) LIMIT 1 | 0.344 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: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=208 AND c.id_category!=208 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: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) |
300 | 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=1032 AND c.id_category!=1032 ORDER BY c.position ASC,c.id_category ASC | 0.341 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) |
114 | 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` = 1669 ORDER BY `position` | 0.339 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) |
83 | 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` = 1938) | 0.338 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) |
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=83 AND c.id_category!=83 ORDER BY c.position ASC,c.id_category ASC | 0.335 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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 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=65 AND c.id_category!=65 ORDER BY c.position ASC,c.id_category ASC | 0.335 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
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` = 693) | 0.334 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) |
121 | 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.334 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) |
161 | 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.334 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) |
307 | 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.331 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) |
375 | 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` = 1548) LIMIT 1 | 0.329 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /modules/cdc_googletagmanager/services/Gtm_Product.php:158 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:81 (getProductName) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
282 | SELECT SQL_NO_CACHE 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.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: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) |
283 | 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 | 0.324 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) |
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` = 80) AND (b.`id_shop` = 1) LIMIT 1 | 0.323 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) |
379 | 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` = 1046) LIMIT 1 | 0.323 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) |
92 | 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` = 1042) | 0.319 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) |
96 | 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` = 1046) | 0.319 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) |
311 | 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` = 211) AND (b.`id_shop` = 1) LIMIT 1 | 0.318 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) |
316 | 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 | 0.317 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) |
372 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1049 AND `id_shop` = 1 | 0.317 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) |
220 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=206 AND c.id_category!=206 ORDER BY c.position ASC,c.id_category ASC | 0.316 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) |
51 | 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.315 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) |
143 | 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.314 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) |
321 | 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.314 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
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` = 1048) AND (b.`id_shop` = 1) LIMIT 1 | 0.313 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) |
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` = 83) 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) |
320 | 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.312 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) |
41 | 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.310 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) |
301 | 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=1085 AND c.id_category!=1085 ORDER BY c.position ASC,c.id_category ASC | 0.310 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) |
184 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.309 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) |
319 | 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.308 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) |
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` = 1041) AND (b.`id_shop` = 1) LIMIT 1 | 0.307 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) |
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` = 1045) AND (b.`id_shop` = 1) LIMIT 1 | 0.306 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) |
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` = 1938 AND image_shop.`cover` = 1 LIMIT 1 | 0.304 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) |
289 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1038) AND (b.`id_shop` = 1) LIMIT 1 | 0.304 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) |
302 | 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=1086 AND c.id_category!=1086 ORDER BY c.position ASC,c.id_category ASC | 0.304 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) |
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` = 1029) AND (b.`id_shop` = 1) LIMIT 1 | 0.304 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) |
144 | 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.303 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
317 | 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=63 AND c.id_category!=63 ORDER BY c.position ASC,c.id_category ASC | 0.302 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) |
303 | 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=1087 AND c.id_category!=1087 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: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` = 1031) AND (b.`id_shop` = 1) LIMIT 1 | 0.298 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) |
304 | 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=211 AND c.id_category!=211 ORDER BY c.position ASC,c.id_category ASC | 0.297 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) |
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` = 1046) AND (b.`id_shop` = 1) LIMIT 1 | 0.296 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) |
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` = 1094) AND (b.`id_shop` = 1) LIMIT 1 | 0.295 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 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.295 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 * 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.291 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) |
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` = 1044) AND (b.`id_shop` = 1) LIMIT 1 | 0.291 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) |
383 | 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` = 1669) LIMIT 1 | 0.290 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) |
91 | 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` = 1042 AND image_shop.`cover` = 1 LIMIT 1 | 0.288 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) |
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` = 187) AND (b.`id_shop` = 1) LIMIT 1 | 0.287 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 * 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` = 1030) AND (b.`id_shop` = 1) LIMIT 1 | 0.285 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) |
287 | 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` = 1050) AND (b.`id_shop` = 1) LIMIT 1 | 0.283 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) |
123 | 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.282 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) |
310 | 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 | 0.282 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) |
162 | 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.282 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
133 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.279 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) |
122 | 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.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) /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) |
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` = 1088) 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) |
95 | 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` = 1046 AND image_shop.`cover` = 1 LIMIT 1 | 0.276 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) |
374 | 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 = 1049 LIMIT 1 | 0.274 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) |
132 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.273 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) |
384 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1669 AND `id_shop` = 1 | 0.272 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) |
290 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1039) AND (b.`id_shop` = 1) LIMIT 1 | 0.271 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) |
154 | 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.269 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) |
309 | 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` = 1086) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) |
218 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 214) AND (b.`id_shop` = 1) LIMIT 1 | 0.267 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) |
155 | 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.262 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
164 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.261 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) |
378 | 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 = 1548 LIMIT 1 | 0.260 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) |
308 | 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` = 1085) AND (b.`id_shop` = 1) LIMIT 1 | 0.255 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) |
78 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1548 AND id_shop=1 LIMIT 1 | 0.252 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) |
380 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1046 AND `id_shop` = 1 | 0.242 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) |
385 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1669) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.238 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) |
79 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.230 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) |
386 | 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 = 1669 LIMIT 1 | 0.221 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) |
70 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1049 AND id_shop=1 LIMIT 1 | 0.221 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) |
97 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1046 AND id_shop=1 LIMIT 1 | 0.217 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) |
376 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1548 AND `id_shop` = 1 | 0.212 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) |
382 | 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 = 1046 LIMIT 1 | 0.211 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) |
21 | 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.205 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) |
110 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1938 | 0.205 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) |
26 | 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.201 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
50 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.201 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
373 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1049) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.199 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) |
84 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1938 AND id_shop=1 LIMIT 1 | 0.185 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) |
377 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1548) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.176 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) |
381 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1046) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.176 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) |
36 | 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.155 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
22 | 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.154 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
42 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_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.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) |
44 | 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.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) |
48 | 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.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) |
32 | 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.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) |
30 | 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.138 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
45 | 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.136 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) |
27 | 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.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) |
33 | 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.130 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
46 | 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.129 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
25 | 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.129 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
31 | 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.129 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
39 | 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.129 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
37 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.128 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_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.125 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
24 | 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.124 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
53 | 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.124 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
35 | 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.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) |
38 | 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.120 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) |
28 | 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.114 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
29 | 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.113 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_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.113 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
49 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_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.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) |
34 | 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.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) |
40 | 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.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) |
54 | COMMIT | 0.068 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) |
55 | BEGIN | 0.067 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) |
56 | COMMIT | 0.063 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) |