66 | SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' GROUP BY p.id_product) p INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=3 AND c.nleft>201 AND c.nright<472 GROUP BY cp.id_category | 16.047 ms | 6468 | 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) |
63 | SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (1008, 178, 1010) 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 | 5.379 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) |
67 | 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 (1008, 178, 1010) 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))) | 4.986 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) |
68 | 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 (1008, 178, 1010) 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)) | 4.821 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) |
69 | 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 (1008, 178, 1010) 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)) | 4.717 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) |
7 | SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `legoups_configuration` c LEFT JOIN `legoups_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 4.206 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) |
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.935 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) |
70 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM legoups_product p INNER JOIN legoups_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (1008, 178, 1010) | 3.841 ms | 1744 | | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute) /modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue) /modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
150 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 13:14:56',`date_upd` = '2025-08-01 13:14:56' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 | 2.832 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) |
1 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `legoups_module` m INNER JOIN legoups_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `legoups_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `legoups_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `legoups_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` | 2.715 ms | 279 | Yes | Yes | /classes/Hook.php:1267 /classes/Hook.php:735 (getAllHookRegistrations) /classes/Hook.php:842 (getHookModuleExecList) /classes/Dispatcher.php:606 (exec) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
380 | INSERT INTO `legoups_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12306576', '', 'www.le-gout-de-nos-regions.com/1133-regions?q=Cat%C3%A9gories-Auvergne%5C-Rh%C3%B4ne%5C-Alpes-Corse-Grand+Est', '', '2025-08-01 13:14:56') | 2.198 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) |
71 | REPLACE INTO legoups_layered_filter_block (hash, data) VALUES ("c877b0baa21cbdfae8cced773f128c1c", "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:13:{i:175;a:2:{s:4:\"name\";s:14:\"Haut de France\";s:3:\"nbr\";i:11;}i:176;a:2:{s:4:\"name\";s:19:\"Centre val de Loire\";s:3:\"nbr\";i:8;}i:178;a:3:{s:4:\"name\";s:5:\"Corse\";s:3:\"nbr\";i:12;s:7:\"checked\";b:1;}i:183;a:2:{s:4:\"name\";s:16:\"Pays de la Loire\";s:3:\"nbr\";i:22;}i:208;a:2:{s:4:\"name\";s:9:\"Normandie\";s:3:\"nbr\";i:13;}i:1001;a:2:{s:4:\"name\";s:8:\"Bretagne\";s:3:\"nbr\";i:9;}i:1003;a:2:{s:4:\"name\";s:18:\"Nouvelle-Aquitaine\";s:3:\"nbr\";i:14;}i:1008;a:3:{s:4:\"name\";s:21:\"Auvergne-Rhône-Alpes\";s:3:\"nbr\";i:4;s:7:\"checked\";b:1;}i:1010;a:3:{s:4:\"name\";s:9:\"Grand Est\";s:3:\"nbr\";i:4;s:7:\"checked\";b:1;}i:1019;a:2:{s:4:\"name\";s:27:\"Provence-Alpes-Côte d\'Azur\";s:3:\"nbr\";i:5;}i:1135;a:2:{s:4:\"name\";s:24:\"Bourgogne-Franche-Comté\";s:3:\"nbr\";i:13;}i:1136;a:2:{s:4:\"name\";s:14:\"Île-de-France\";s:3:\"nbr\";i:2;}i:1137;a:2:{s:4:\"name\";s:9:\"Occitanie\";s:3:\"nbr\";i:11;}}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:17;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:3;}}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:95;s:3:\"min\";d:4;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:20;s:5:\"value\";N;}}}") | 2.185 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) |
72 | 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 (273,1839,2055,2063,2065,2075,2085,2088) | 2.059 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) |
151 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1023) AND (b.`id_shop` = 1) LIMIT 1 | 1.773 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) |
78 | 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 | 1.665 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) |
13 | SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description` FROM `legoups_category` c INNER JOIN legoups_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `legoups_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 1133 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC | 1.402 ms | 13 | 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) |
65 | 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 | 1.196 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) |
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.019 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) |
357 | 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.803 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) |
149 | 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.760 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) |
378 | 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 (273,1839,2055,2063,2065,2075,2085,2088) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC | 0.732 ms | 35 | 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) |
334 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(163,1063,162,166,1064,1112,1114,1115) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.707 ms | 8 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
349 | 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 | 0.697 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) |
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 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(1008,1135,1001,176,178,1010,1136,175,208,1003,1137,183,1019) GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC | 0.675 ms | 13 | 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) |
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` = 1134) AND (b.`id_shop` = 1) LIMIT 1 | 0.654 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) |
352 | 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(1008,1135,1001,176,178,1010,1136,175,208,1003,1137,183,1019) GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC | 0.651 ms | 13 | 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) |
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=158 AND c.id_category!=158 ORDER BY cl.name ASC,c.id_category ASC | 0.643 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) |
155 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(163,1063,162,166,1064,1112,1114,1115) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.620 ms | 8 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
358 | 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` = 273) LIMIT 1 | 0.593 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) |
148 | SELECT SQL_NO_CACHE id_tab, class_name FROM `legoups_tab` | 0.577 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) |
19 | SELECT SQL_NO_CACHE * FROM `legoups_category` a0 LEFT JOIN `legoups_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 201) AND (a0.`nright` > 472) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc | 0.571 ms | 40 | Yes | | /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:440 (getAll) /controllers/front/listing/CategoryController.php:246 (rewind) /classes/controller/FrontController.php:1864 (getBreadcrumbLinks) /classes/controller/FrontController.php:556 (getBreadcrumb) /classes/controller/FrontController.php:614 (assignGeneralPurposeVariables) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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 | 0.570 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) |
242 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1106) AND (b.`id_shop` = 1) LIMIT 1 | 0.560 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
17 | SELECT SQL_NO_CACHE 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.543 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) |
2 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` | 0.536 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) |
331 | 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(1146,1147,1148,1149,1150,1151,1152,1153,1154,1155) GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC | 0.535 ms | 10 | 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) |
75 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 273 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-01 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 0.529 ms | 8 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 273 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` = 273 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.521 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) |
174 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(210,213,156,158,160,1073,167) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.503 ms | 7 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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 INNER JOIN `legoups_category_group` cg ON c.`id_category` = cg.`id_category` AND cg.id_group IN (1) WHERE c.active=1 AND c.id_category IN(210,213,156,158,160,1073,167) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.491 ms | 7 | Yes | Yes | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:172 /modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
61 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Corse' AND c.`id_category` != 2 AND c.`id_parent` = 1133 LIMIT 1 | 0.488 ms | 2 | | | /classes/Category.php:1500 /modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId) /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
3 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" ) | 0.482 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) |
223 | 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 | 0.476 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) |
10 | SELECT SQL_NO_CACHE * FROM `legoups_hook_module_exceptions` WHERE `id_shop` IN (1) | 0.472 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) |
102 | 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` = 2063 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` = 2063 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.471 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) |
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 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(1028,1076,1104) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.459 ms | 3 | 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) |
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=178 AND c.id_category!=178 ORDER BY c.position ASC,c.id_category ASC | 0.457 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) |
201 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 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(1102,1103,1105) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.448 ms | 3 | 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) |
86 | 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` = 1839 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` = 1839 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.443 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) |
123 | 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` = 2085 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` = 2085 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.432 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) |
60 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Auvergne-Rhône-Alpes' AND c.`id_category` != 2 AND c.`id_parent` = 1133 LIMIT 1 | 0.431 ms | 2 | | | /classes/Category.php:1500 /modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId) /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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 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(1102,1103,1105) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.427 ms | 3 | 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) |
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 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(143,198,199) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.427 ms | 3 | 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) |
94 | 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` = 2055 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` = 2055 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.425 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) |
353 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.424 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) |
110 | 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` = 2065 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` = 2065 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.422 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) |
129 | 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` = 2088 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` = 2088 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.421 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) |
26 | 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.415 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) |
118 | 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` = 2075 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` = 2075 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.411 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) |
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=1008 AND c.id_category!=1008 ORDER BY c.position ASC,c.id_category ASC | 0.403 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) |
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 = 273 ORDER BY f.position ASC | 0.393 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) |
207 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 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(1028,1076,1104) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.393 ms | 3 | 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) |
58 | 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 | 0.391 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) |
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=86 AND c.id_category!=86 ORDER BY c.position ASC,c.id_category ASC | 0.384 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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 * 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` = 273) AND (b.`id_shop` = 1) LIMIT 1 | 0.377 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/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) |
212 | 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(143,198,199) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 0.377 ms | 3 | 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) |
198 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 160) 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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.371 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) |
175 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=210 AND c.id_category!=210 ORDER BY cl.name ASC,c.id_category ASC | 0.368 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) |
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` = 1839 AND image_shop.`cover` = 1 LIMIT 1 | 0.364 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) |
257 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1036 AND c.id_category!=1036 ORDER BY c.position ASC,c.id_category ASC | 0.362 ms | 3 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
11 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1133) AND (b.`id_shop` = 1) LIMIT 1 | 0.359 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:78 (__construct) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
119 | 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 = 2075 ORDER BY f.position ASC | 0.359 ms | 2 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
189 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=160 AND c.id_category!=160 ORDER BY cl.name ASC,c.id_category ASC | 0.358 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) |
21 | 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.355 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) |
136 | 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` = 2055 ORDER BY `position` | 0.354 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) |
87 | 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 = 1839 ORDER BY f.position ASC | 0.351 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) |
162 | 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.350 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) |
308 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1045 AND c.id_category!=1045 ORDER BY c.position ASC,c.id_category ASC | 0.345 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) |
356 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.344 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) |
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=156 AND c.id_category!=156 ORDER BY cl.name ASC,c.id_category ASC | 0.343 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
62 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Grand Est' AND c.`id_category` != 2 AND c.`id_parent` = 1133 LIMIT 1 | 0.341 ms | 2 | | | /classes/Category.php:1500 /modules/ps_facetedsearch/src/Filters/Converter.php:457 (searchByNameAndParentCategoryId) /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
286 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1010 AND c.id_category!=1010 ORDER BY c.position ASC,c.id_category ASC | 0.341 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) |
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=1073 AND c.id_category!=1073 ORDER BY cl.name ASC,c.id_category ASC | 0.340 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) |
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=85 AND c.id_category!=85 ORDER BY c.position ASC,c.id_category ASC | 0.340 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) |
111 | 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 = 2065 ORDER BY f.position ASC | 0.339 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
326 | SELECT SQL_NO_CACHE 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.339 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) |
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.338 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) |
364 | 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` = 2063) LIMIT 1 | 0.338 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) |
139 | 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` = 2065) AND (b.`id_shop` = 1) LIMIT 1 | 0.338 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) |
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=1060 AND c.id_category!=1060 ORDER BY c.position ASC,c.id_category ASC | 0.336 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) |
137 | 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` = 2063) 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/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) |
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=1072 AND c.id_category!=1072 ORDER BY cl.name ASC,c.id_category ASC | 0.334 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
243 | SELECT SQL_NO_CACHE * 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.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) |
133 | 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` = 1839) AND (b.`id_shop` = 1) LIMIT 1 | 0.333 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) |
156 | 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.331 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) |
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=1039 AND c.id_category!=1039 ORDER BY c.position ASC,c.id_category ASC | 0.331 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) |
329 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.330 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
143 | 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` = 2085) AND (b.`id_shop` = 1) 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) /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) |
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=176 AND c.id_category!=176 ORDER BY c.position ASC,c.id_category ASC | 0.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
287 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1038 AND c.id_category!=1038 ORDER BY c.position ASC,c.id_category ASC | 0.328 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) |
141 | 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` = 2075) AND (b.`id_shop` = 1) LIMIT 1 | 0.327 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) |
146 | 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` = 2088 ORDER BY `position` | 0.327 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) |
361 | 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` = 1839) LIMIT 1 | 0.326 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /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) |
95 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 2055 ORDER BY f.position ASC | 0.325 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) |
59 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1133 AND `id_shop` = 1 LIMIT 1 | 0.324 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) |
160 | 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.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
103 | SELECT SQL_NO_CACHE 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 = 2063 ORDER BY f.position ASC | 0.323 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) |
135 | 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` = 2055) AND (b.`id_shop` = 1) LIMIT 1 | 0.319 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=1192 AND c.id_category!=1192 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 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 = 2085 ORDER BY f.position ASC | 0.316 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) |
202 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1105 AND c.id_category!=1105 ORDER BY cl.name 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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_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` = 2088) 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/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
313 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1047 AND c.id_category!=1047 ORDER BY c.position ASC,c.id_category ASC | 0.314 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) |
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=1040 AND c.id_category!=1040 ORDER BY c.position ASC,c.id_category ASC | 0.313 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) |
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=1041 AND c.id_category!=1041 ORDER BY c.position ASC,c.id_category ASC | 0.313 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) |
273 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1001 AND c.id_category!=1001 ORDER BY c.position ASC,c.id_category ASC | 0.311 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) |
5 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" ) | 0.309 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) |
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=219 AND c.id_category!=219 ORDER BY c.position ASC,c.id_category ASC | 0.309 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) |
258 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=89 AND c.id_category!=89 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) |
25 | 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.307 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) |
157 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1112 AND c.id_category!=1112 ORDER BY cl.name ASC,c.id_category ASC | 0.307 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=80 AND c.id_category!=80 ORDER BY c.position ASC,c.id_category ASC | 0.306 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) |
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` = 2075) LIMIT 1 | 0.306 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) |
290 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=138 AND c.id_category!=138 ORDER BY c.position ASC,c.id_category ASC | 0.305 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) |
130 | 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 = 2088 ORDER BY f.position ASC | 0.304 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) |
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=185 AND c.id_category!=185 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) |
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=208 AND c.id_category!=208 ORDER BY c.position ASC,c.id_category ASC | 0.303 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) |
379 | SELECT SQL_NO_CACHE `id_guest` FROM `legoups_connections` WHERE `id_guest` = 15982495 AND `date_add` > '2025-08-01 12:44:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 | 0.303 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) |
245 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1140) 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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=82 AND c.id_category!=82 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) |
309 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1046 AND c.id_category!=1046 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) |
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` = 1839) | 0.302 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) |
354 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.301 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) |
171 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1114) AND (b.`id_shop` = 1) LIMIT 1 | 0.299 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) |
320 | 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.299 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 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` = 1839 ORDER BY `position` | 0.297 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) |
161 | 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.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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=1043 AND c.id_category!=1043 ORDER BY c.position ASC,c.id_category ASC | 0.296 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
369 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 159) 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) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1311 (__construct) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1368 (getCategoryName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102 (getPageCategoryNameHierarchy) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
224 | SELECT SQL_NO_CACHE 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.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 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` = 273 ORDER BY `position` | 0.295 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) |
158 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=162 AND c.id_category!=162 ORDER BY cl.name ASC,c.id_category ASC | 0.294 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) |
163 | 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.294 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
187 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=167 AND c.id_category!=167 ORDER BY cl.name ASC,c.id_category ASC | 0.291 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) |
159 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=166 AND c.id_category!=166 ORDER BY cl.name ASC,c.id_category ASC | 0.291 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
190 | SELECT SQL_NO_CACHE 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.291 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) |
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=143 AND c.id_category!=143 ORDER BY cl.name ASC,c.id_category ASC | 0.290 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) |
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=187 AND c.id_category!=187 ORDER BY c.position ASC,c.id_category ASC | 0.290 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 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` = 273 AND image_shop.`cover` = 1 LIMIT 1 | 0.289 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) |
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=212 AND c.id_category!=212 ORDER BY c.position ASC,c.id_category ASC | 0.289 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
180 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1068 AND c.id_category!=1068 ORDER BY cl.name ASC,c.id_category ASC | 0.288 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) |
272 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1135 AND c.id_category!=1135 ORDER BY c.position ASC,c.id_category ASC | 0.288 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) |
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=213 AND c.id_category!=213 ORDER BY cl.name ASC,c.id_category ASC | 0.287 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) |
152 | 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.286 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) |
362 | 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` = 2055) LIMIT 1 | 0.286 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) |
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` = 1105) 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
208 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1028 AND c.id_category!=1028 ORDER BY cl.name ASC,c.id_category ASC | 0.285 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) |
53 | 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.285 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) |
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=206 AND c.id_category!=206 ORDER BY c.position ASC,c.id_category ASC | 0.285 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
235 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1141 AND c.id_category!=1141 ORDER BY c.position ASC,c.id_category ASC | 0.283 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) |
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=92 AND c.id_category!=92 ORDER BY c.position ASC,c.id_category ASC | 0.283 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) |
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` = 84) 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) |
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=1088 AND c.id_category!=1088 ORDER BY c.position ASC,c.id_category ASC | 0.282 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) |
277 | 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.282 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) |
142 | 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` = 2075 ORDER BY `position` | 0.281 ms | 2 | Yes | | /classes/Product.php:3545 /override/classes/Product.php:87 (getImages) /override/classes/Product.php:52 (coreGetImages) /src/Adapter/Image/ImageRetriever.php:84 (getImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=214 AND c.id_category!=214 ORDER BY c.position ASC,c.id_category ASC | 0.281 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) |
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=1033 AND c.id_category!=1033 ORDER BY c.position ASC,c.id_category ASC | 0.281 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) |
76 | 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` = 273) | 0.280 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) |
321 | 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.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) |
181 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1067 AND c.id_category!=1067 ORDER BY cl.name ASC,c.id_category ASC | 0.279 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
244 | 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.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 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` = 2085 ORDER BY `position` | 0.278 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) |
289 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=84 AND c.id_category!=84 ORDER BY c.position ASC,c.id_category ASC | 0.278 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) |
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=1042 AND c.id_category!=1042 ORDER BY c.position ASC,c.id_category ASC | 0.278 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) |
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=1050 AND c.id_category!=1050 ORDER BY c.position ASC,c.id_category ASC | 0.278 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) |
291 | 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 | 0.277 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) |
310 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1094 AND c.id_category!=1094 ORDER BY c.position ASC,c.id_category ASC | 0.277 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) |
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=199 AND c.id_category!=199 ORDER BY cl.name ASC,c.id_category ASC | 0.276 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) |
121 | 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` = 2085) | 0.275 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) |
140 | 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` = 2065 ORDER BY `position` | 0.275 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) |
179 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1069 AND c.id_category!=1069 ORDER BY cl.name ASC,c.id_category ASC | 0.275 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) |
324 | 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.274 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) |
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=1070 AND c.id_category!=1070 ORDER BY cl.name ASC,c.id_category ASC | 0.273 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) |
365 | 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` = 2065) LIMIT 1 | 0.273 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) |
203 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1102 AND c.id_category!=1102 ORDER BY cl.name ASC,c.id_category ASC | 0.272 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) |
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=83 AND c.id_category!=83 ORDER BY c.position ASC,c.id_category ASC | 0.272 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=39 AND c.id_category!=39 ORDER BY c.position ASC,c.id_category ASC | 0.272 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) |
350 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.272 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) |
266 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=194 AND c.id_category!=194 ORDER BY c.position ASC,c.id_category ASC | 0.272 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
255 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 212) 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: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) |
138 | 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` = 2063 ORDER BY `position` | 0.271 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) |
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` = 214) 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: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) |
267 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=215 AND c.id_category!=215 ORDER BY c.position ASC,c.id_category ASC | 0.270 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
215 | SELECT SQL_NO_CACHE 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.269 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
355 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.269 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) |
359 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 273 AND `id_shop` = 1 | 0.269 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) |
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` = 1080) 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) /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) |
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=1049 AND c.id_category!=1049 ORDER BY c.position ASC,c.id_category ASC | 0.268 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) |
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=1082 AND c.id_category!=1082 ORDER BY c.position ASC,c.id_category ASC | 0.267 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` = 1041) 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) |
99 | 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` = 2063) | 0.267 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) |
107 | 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` = 2065) | 0.266 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) |
182 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1066 AND c.id_category!=1066 ORDER BY cl.name ASC,c.id_category ASC | 0.265 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) |
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=1048 AND c.id_category!=1048 ORDER BY c.position ASC,c.id_category ASC | 0.265 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) |
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=1127 AND c.id_category!=1127 ORDER BY c.position ASC,c.id_category ASC | 0.264 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) |
120 | 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` = 2085 AND image_shop.`cover` = 1 LIMIT 1 | 0.264 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) |
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` = 199) AND (b.`id_shop` = 1) LIMIT 1 | 0.264 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) |
345 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.263 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) |
91 | 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` = 2055) | 0.261 ms | 1 | | | /classes/Product.php:3860 /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
312 | SELECT SQL_NO_CACHE * 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.261 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
165 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1112) AND (b.`id_shop` = 1) LIMIT 1 | 0.260 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /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) |
115 | 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` = 2075) | 0.257 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) |
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` = 1040) AND (b.`id_shop` = 1) LIMIT 1 | 0.257 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) |
283 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 219) 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) |
335 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.254 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) |
8 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = '1133-regions?q=Catégories-Auvergne\\-Rhône\\-Alpes-Corse-Grand+Est' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.254 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) |
88 | 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` = 2055 AND image_shop.`cover` = 1 LIMIT 1 | 0.253 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) |
127 | 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` = 2088) | 0.253 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) |
231 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1106 AND c.id_category!=1106 ORDER BY c.position ASC,c.id_category ASC | 0.251 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) |
232 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1108 AND c.id_category!=1108 ORDER BY c.position ASC,c.id_category ASC | 0.251 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) |
370 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 159 AND `id_shop` = 1 | 0.251 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1311 (__construct) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1368 (getCategoryName) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:102 (getPageCategoryNameHierarchy) /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) |
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=1138 AND c.id_category!=1138 ORDER BY c.position ASC,c.id_category ASC | 0.250 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
294 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1 | 0.250 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
318 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 | 0.250 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) |
341 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.250 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 1141) AND (b.`id_shop` = 1) LIMIT 1 | 0.249 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) |
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=1142 AND c.id_category!=1142 ORDER BY c.position ASC,c.id_category ASC | 0.248 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) |
112 | 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` = 2075 AND image_shop.`cover` = 1 LIMIT 1 | 0.248 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) |
229 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1129 AND c.id_category!=1129 ORDER BY c.position ASC,c.id_category ASC | 0.248 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) |
275 | 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.247 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
230 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=146 AND c.id_category!=146 ORDER BY c.position ASC,c.id_category ASC | 0.246 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) |
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` = 1119) AND (b.`id_shop` = 1) LIMIT 1 | 0.246 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 * 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.245 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) |
248 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.243 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 `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.242 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) |
196 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 | 0.242 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) |
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` = 82) AND (b.`id_shop` = 1) LIMIT 1 | 0.242 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) |
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` = 206) AND (b.`id_shop` = 1) LIMIT 1 | 0.240 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) |
96 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 2063 AND image_shop.`cover` = 1 LIMIT 1 | 0.239 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) |
184 | 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.239 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) |
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` = 1142) AND (b.`id_shop` = 1) LIMIT 1 | 0.238 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) |
125 | 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` = 2088 AND image_shop.`cover` = 1 LIMIT 1 | 0.238 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) |
233 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1139 AND c.id_category!=1139 ORDER BY c.position ASC,c.id_category ASC | 0.238 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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 | 0.238 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) |
330 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.237 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
104 | 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` = 2065 AND image_shop.`cover` = 1 LIMIT 1 | 0.236 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) |
164 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1063) AND (b.`id_shop` = 1) LIMIT 1 | 0.236 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) |
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` = 1033) AND (b.`id_shop` = 1) LIMIT 1 | 0.236 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) |
295 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 | 0.236 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) |
303 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1042) AND (b.`id_shop` = 1) LIMIT 1 | 0.236 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) |
234 | 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.236 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 1038) AND (b.`id_shop` = 1) LIMIT 1 | 0.236 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) |
377 | 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 = 2088 LIMIT 1 | 0.235 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) |
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` = 1046) AND (b.`id_shop` = 1) LIMIT 1 | 0.235 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) |
319 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1048) AND (b.`id_shop` = 1) LIMIT 1 | 0.233 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) |
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` = 1044) AND (b.`id_shop` = 1) LIMIT 1 | 0.233 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) |
333 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.233 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 194) AND (b.`id_shop` = 1) LIMIT 1 | 0.232 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
269 | SELECT SQL_NO_CACHE * 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.230 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) |
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` = 1082) AND (b.`id_shop` = 1) LIMIT 1 | 0.230 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_lang` WHERE `id_product` = 2088 AND `id_shop` = 1 | 0.228 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) |
74 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 273 LIMIT 1 | 0.227 ms | 7 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
186 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1066) AND (b.`id_shop` = 1) LIMIT 1 | 0.227 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) |
263 | 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.227 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) |
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` = 209) AND (b.`id_shop` = 1) LIMIT 1 | 0.227 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 * 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.225 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) |
216 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 | 0.224 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) |
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` = 215) AND (b.`id_shop` = 1) LIMIT 1 | 0.224 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) |
193 | 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.224 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) |
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` = 1028) AND (b.`id_shop` = 1) LIMIT 1 | 0.224 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) |
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` = 198) AND (b.`id_shop` = 1) LIMIT 1 | 0.223 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) |
183 | 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.221 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) |
304 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1043) AND (b.`id_shop` = 1) LIMIT 1 | 0.221 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) |
12 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1133 AND `id_shop` = 1 LIMIT 1 | 0.219 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) |
237 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1128) AND (b.`id_shop` = 1) LIMIT 1 | 0.219 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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' | 0.219 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) |
92 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 2055 AND id_shop=1 LIMIT 1 | 0.218 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) |
113 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1075 LIMIT 1 | 0.218 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
166 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 | 0.218 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /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) |
348 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.218 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) |
363 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1108) LIMIT 1 | 0.218 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 163) AND (b.`id_shop` = 1) LIMIT 1 | 0.217 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 * 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.217 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 1102) AND (b.`id_shop` = 1) LIMIT 1 | 0.217 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 = 273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.216 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) |
338 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.216 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) |
64 | SELECT SQL_NO_CACHE data FROM legoups_layered_filter_block WHERE hash="c877b0baa21cbdfae8cced773f128c1c" LIMIT 1 | 0.215 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) |
197 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1073) AND (b.`id_shop` = 1) LIMIT 1 | 0.213 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
28 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_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.209 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) |
195 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1070) AND (b.`id_shop` = 1) LIMIT 1 | 0.209 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) |
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` = 1076) AND (b.`id_shop` = 1) LIMIT 1 | 0.209 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
238 | SELECT SQL_NO_CACHE * 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.209 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) |
167 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1 | 0.207 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
168 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1115) AND (b.`id_shop` = 1) LIMIT 1 | 0.207 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 * 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.206 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) |
332 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.206 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) |
368 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1097 AND `id_shop` = 1 | 0.205 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
239 | 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.204 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) |
221 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.202 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 | BEGIN | 0.201 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) |
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.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) |
240 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1129) AND (b.`id_shop` = 1) LIMIT 1 | 0.201 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
367 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1097) LIMIT 1 | 0.198 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
343 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.197 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) |
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` = 146) AND (b.`id_shop` = 1) LIMIT 1 | 0.196 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
249 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.196 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) |
170 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1064) AND (b.`id_shop` = 1) LIMIT 1 | 0.194 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
346 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.194 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) |
336 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.194 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
126 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 2088 LIMIT 1 | 0.192 ms | 1 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
29 | 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.191 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) |
97 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1104 LIMIT 1 | 0.191 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
122 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.191 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) |
22 | 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.190 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
339 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.189 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) |
360 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 273) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.186 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) |
85 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1839) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.185 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) |
374 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1075 AND `id_shop` = 1 | 0.183 ms | 1 | | | /src/Adapter/EntityMapper.php:79 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
117 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2075) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.181 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) |
147 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 2088 | 0.181 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) |
219 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.181 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) |
222 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.181 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) |
347 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.180 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) |
128 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.179 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) |
373 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1075) LIMIT 1 | 0.179 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:101 (__construct) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
4 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" | 0.178 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) |
173 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.177 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
93 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.176 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) |
366 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 0 AND cl.id_shop = 1 AND cl.`id_category` = 1097 LIMIT 1 | 0.176 ms | 0 | | | /classes/Category.php:1378 /classes/Product.php:758 (getLinkRewrite) /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) |
199 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.175 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) |
109 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.174 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
101 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2063) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.173 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) |
220 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.173 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) |
9 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = 'fr/1133-regions?q=Catégories-Auvergne\\-Rhône\\-Alpes-Corse-Grand+Est' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.171 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) |
23 | 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.171 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) |
84 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1839 AND id_shop=1 LIMIT 1 | 0.170 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 DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 2088) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.170 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) |
89 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1108 LIMIT 1 | 0.168 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
206 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.166 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) |
105 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1097 LIMIT 1 | 0.164 ms | 1 | | | /classes/Category.php:1378 /classes/Product.php:5654 (getLinkRewrite) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
211 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.163 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 `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.162 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) |
108 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 2065 AND id_shop=1 LIMIT 1 | 0.159 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) |
77 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 273 AND id_shop=1 LIMIT 1 | 0.158 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) |
116 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 2075 AND id_shop=1 LIMIT 1 | 0.158 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) |
24 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.156 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
54 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.156 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
98 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1104 LIMIT 1 | 0.152 ms | 1 | | | /classes/Product.php:5655 /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
90 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1108 LIMIT 1 | 0.150 ms | 1 | | | /classes/Product.php:5655 /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
372 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 0 AND cl.id_shop = 1 AND cl.`id_category` = 1075 LIMIT 1 | 0.148 ms | 0 | | | /classes/Category.php:1378 /classes/Product.php:758 (getLinkRewrite) /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) |
106 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1097 LIMIT 1 | 0.147 ms | 1 | | | /classes/Product.php:5655 /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
6 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" | 0.146 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) |
100 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 2063 AND id_shop=1 LIMIT 1 | 0.146 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
32 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_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.145 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
114 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1075 LIMIT 1 | 0.142 ms | 1 | | | /classes/Product.php:5655 /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
31 | 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.131 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_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.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) |
42 | 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.123 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_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) |
43 | 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.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) |
51 | 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.109 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_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.108 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_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.108 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_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.107 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
45 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.106 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
40 | 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.105 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
34 | 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.103 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_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.103 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_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.100 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_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.099 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
52 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_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.099 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
48 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.099 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
36 | 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.098 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_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.098 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` (`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.087 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_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.082 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
41 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_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.079 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
55 | COMMIT | 0.072 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) |
56 | BEGIN | 0.057 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) |
57 | COMMIT | 0.054 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) |