75 | SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' GROUP BY p.id_product) p INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=4 AND c.nleft>46 AND c.nright<67 GROUP BY cp.id_category | 13.043 ms | 1232 | Yes | | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 /modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute) /modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount) /modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock) /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock) /classes/controller/ProductListingFrontController.php:357 (runQuery) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
76 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) | 7.217 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) |
6 | SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `legoups_configuration` c LEFT JOIN `legoups_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) | 6.987 ms | 2006 | | | /classes/Configuration.php:180 /classes/Configuration.php:229 (loadConfiguration) /classes/Dispatcher.php:689 (get) /classes/Dispatcher.php:243 (loadRoutes) /override/classes/Dispatcher.php:28 (__construct) /classes/Dispatcher.php:201 (__construct) /index.php:28 (getInstance) |
78 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0)) | 6.715 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) |
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`) | 6.254 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) |
77 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM legoups_product p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN legoups_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) GROUP BY p.id_product) p LEFT JOIN legoups_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN legoups_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN legoups_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) | 5.401 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) |
72 | 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 (162, 1096) GROUP BY p.id_product) p INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC | 5.190 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) |
79 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM legoups_product p INNER JOIN legoups_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN legoups_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN legoups_category_product cp ON (p.id_product = cp.id_product) INNER JOIN legoups_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN legoups_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (162, 1096) | 5.017 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) |
518 | INSERT INTO `legoups_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12315542', '', 'www.le-gout-de-nos-regions.com/1062-epicerie-sucree?page=2&q=Cat%C3%A9gories-Confiseries+artisanales-Boissons+sans+Alcool', '', '2025-08-01 14:25:23') | 4.437 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) |
80 | REPLACE INTO legoups_layered_filter_block (hash, data) VALUES ("517255d3210378f1a4d4cb0d20129bc6", "a:1:{s:7:\"filters\";a:3:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:10:{i:162;a:3:{s:4:\"name\";s:23:\"Confiseries artisanales\";s:3:\"nbr\";i:30;s:7:\"checked\";b:1;}i:163;a:2:{s:4:\"name\";s:17:\"Gâteau artisanal\";s:3:\"nbr\";i:5;}i:166;a:2:{s:4:\"name\";s:22:\"Confitures artisanales\";s:3:\"nbr\";i:60;}i:1063;a:2:{s:4:\"name\";s:30:\"Biscuits régionaux artisanaux\";s:3:\"nbr\";i:22;}i:1064;a:2:{s:4:\"name\";s:14:\"Miel artisanal\";s:3:\"nbr\";i:18;}i:1096;a:3:{s:4:\"name\";s:20:\"Boissons sans Alcool\";s:3:\"nbr\";i:7;s:7:\"checked\";b:1;}i:1112;a:2:{s:4:\"name\";s:20:\"Chocolats Artisanaux\";s:3:\"nbr\";i:10;}i:1114;a:2:{s:4:\"name\";s:18:\"Pâtes à Tartiner\";s:3:\"nbr\";i:12;}i:1115;a:2:{s:4:\"name\";s:18:\"Desserts en Bocaux\";s:3:\"nbr\";i:6;}i:1125;a:2:{s:4:\"name\";s:15:\"Thé - Infusion\";s:3:\"nbr\";i:6;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:26;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:11;}}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:41;s:3:\"min\";d:1;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:37;s:5:\"value\";N;}}}") | 3.194 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) |
82 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `legoups_hook_alias` ha INNER JOIN `legoups_hook` h ON ha.name = h.name | 3.052 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) |
201 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 | 3.052 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
81 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-01 00:00:00', INTERVAL 20 DAY ) ) > 0) as new FROM legoups_product p LEFT JOIN legoups_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 1 LEFT JOIN legoups_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN legoups_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (638,1801,1938,2386,748,693,1030,1042) | 3.030 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) |
223 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 | 1.778 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
74 | 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.610 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) |
212 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 1.505 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) |
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 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 | 1.390 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) |
125 | 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` = 1030) | 1.169 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) |
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` = 1062 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC | 1.168 ms | 10 | Yes | Yes | /classes/Category.php:924 /controllers/front/listing/CategoryController.php:230 (getSubCategories) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
26 | 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.166 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) |
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(1102,1103,1105) GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC | 1.159 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) |
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 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 | 1.157 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) |
450 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1146) AND (b.`id_shop` = 1) LIMIT 1 | 1.122 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
83 | 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` = 638 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` = 638 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 1.105 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) |
253 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1141) AND (b.`id_shop` = 1) LIMIT 1 | 1.086 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
128 | 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` = 1030 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` = 1030 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 1.015 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) |
142 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1938) AND (b.`id_shop` = 1) LIMIT 1 | 1.005 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) |
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` = 1033) AND (b.`id_shop` = 1) LIMIT 1 | 0.944 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
91 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1801 AND id_shop=1 LIMIT 1 | 0.930 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) |
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.925 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) |
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` = 1801 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` = 1801 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.894 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) |
173 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.866 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) |
124 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 693 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.849 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) |
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` = 1127) AND (b.`id_shop` = 1) LIMIT 1 | 0.840 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
219 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 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.832 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) |
101 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1938 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.831 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) |
255 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.822 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) |
132 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `legoups_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 1042 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.810 ms | 9 | Yes | | /classes/SpecificPrice.php:576 /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
1 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `legoups_hook` | 0.804 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) |
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` = 2386 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` = 2386 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.784 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) |
440 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_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.771 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) |
467 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_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.766 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) |
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=1192 AND c.id_category!=1192 ORDER BY c.position ASC,c.id_category ASC | 0.757 ms | 1 | 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) |
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` = 1801) AND (b.`id_shop` = 1) LIMIT 1 | 0.755 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) |
516 | 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 (638,1801,1938,2386,748,693,1030,1042) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC | 0.755 ms | 26 | 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) |
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 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.754 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) |
477 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_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.739 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) |
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.733 ms | 1 | 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) |
89 | 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` = 1801 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.705 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) |
113 | 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` = 2386 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.698 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) |
469 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_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.696 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) |
209 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1102 AND c.id_category!=1102 ORDER BY cl.name ASC,c.id_category ASC | 0.688 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
474 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category=cs.id_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.688 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) |
106 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1938 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1938 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.678 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) |
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 = 1801 ORDER BY f.position ASC | 0.677 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) |
137 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `legoups_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 1042 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `legoups_cart_product` cp JOIN `legoups_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `legoups_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 1042 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.677 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) |
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` = 2386) AND (b.`id_shop` = 1) LIMIT 1 | 0.670 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) |
254 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1142) AND (b.`id_shop` = 1) LIMIT 1 | 0.655 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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.653 ms | 1 | 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) |
461 | UPDATE `legoups_configuration` SET `value` = '2025-08-02 14:25:23',`date_upd` = '2025-08-01 14:25:23' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 | 0.639 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) |
90 | 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` = 1801) | 0.627 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) |
148 | 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` = 693) AND (b.`id_shop` = 1) LIMIT 1 | 0.627 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) |
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` = 1082) AND (b.`id_shop` = 1) LIMIT 1 | 0.626 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.624 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) |
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 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.623 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) |
25 | 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.614 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) |
85 | 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` = 1154 LIMIT 1 | 0.608 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) |
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` = 1071) AND (b.`id_shop` = 1) LIMIT 1 | 0.595 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
120 | 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` = 748 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` = 748 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 0.593 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) |
27 | 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.580 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) |
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=1028 AND c.id_category!=1028 ORDER BY cl.name ASC,c.id_category ASC | 0.579 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
156 | SELECT SQL_NO_CACHE * FROM `legoups_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.569 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) |
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` = 1801 ORDER BY `position` | 0.549 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) |
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=1135 AND c.id_category!=1135 ORDER BY c.position ASC,c.id_category ASC | 0.544 ms | 1 | 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) |
2 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" ) | 0.538 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) |
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=1105 AND c.id_category!=1105 ORDER BY cl.name ASC,c.id_category ASC | 0.537 ms | 1 | 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) |
143 | 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` = 1938 ORDER BY `position` | 0.532 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) |
203 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1073) AND (b.`id_shop` = 1) LIMIT 1 | 0.531 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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=178 AND c.id_category!=178 ORDER BY c.position ASC,c.id_category ASC | 0.531 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) |
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` = 1938 AND image_shop.`cover` = 1 LIMIT 1 | 0.529 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) |
482 | 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.529 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) |
202 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1 | 0.528 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
404 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1019 AND c.id_category!=1019 ORDER BY c.position ASC,c.id_category ASC | 0.526 ms | 12 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
84 | 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` = 1801 AND image_shop.`cover` = 1 LIMIT 1 | 0.521 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) |
70 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Confiseries artisanales' AND c.`id_category` != 2 AND c.`id_parent` = 1062 LIMIT 1 | 0.514 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) |
379 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1061 AND c.id_category!=1061 ORDER BY c.position ASC,c.id_category ASC | 0.513 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) |
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` = 1076) AND (b.`id_shop` = 1) LIMIT 1 | 0.511 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
360 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.511 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) |
250 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.506 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
286 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.504 ms | 1 | 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) |
92 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1801 AND `id_group` = 1 LIMIT 1 | 0.502 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
4 | DELETE FROM `legoups_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" ) | 0.498 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) |
133 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1) WHERE (p.`id_product` = 1042) | 0.497 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) |
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` = 1105) AND (b.`id_shop` = 1) LIMIT 1 | 0.497 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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=212 AND c.id_category!=212 ORDER BY c.position ASC,c.id_category ASC | 0.496 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
305 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.495 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) |
233 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1192) AND (b.`id_shop` = 1) LIMIT 1 | 0.494 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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=1076 AND c.id_category!=1076 ORDER BY cl.name ASC,c.id_category ASC | 0.490 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
299 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.490 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=1047 AND c.id_category!=1047 ORDER BY c.position ASC,c.id_category ASC | 0.488 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=84 AND c.id_category!=84 ORDER BY c.position ASC,c.id_category ASC | 0.487 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
146 | SELECT SQL_NO_CACHE 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` = 2386 ORDER BY `position` | 0.486 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) |
320 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1045 AND c.id_category!=1045 ORDER BY c.position ASC,c.id_category ASC | 0.485 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) |
155 | SELECT SQL_NO_CACHE id_tab, class_name FROM `legoups_tab` | 0.484 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) |
220 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=143 AND c.id_category!=143 ORDER BY cl.name ASC,c.id_category ASC | 0.484 ms | 1 | 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) |
340 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1136 AND c.id_category!=1136 ORDER BY c.position ASC,c.id_category ASC | 0.481 ms | 1 | 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) |
239 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1108 AND c.id_category!=1108 ORDER BY c.position ASC,c.id_category ASC | 0.481 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
242 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1141 AND c.id_category!=1141 ORDER BY c.position ASC,c.id_category ASC | 0.480 ms | 1 | 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) |
129 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `legoups_image` i INNER JOIN legoups_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 1042 AND image_shop.`cover` = 1 LIMIT 1 | 0.479 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) |
211 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1102) AND (b.`id_shop` = 1) LIMIT 1 | 0.478 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
261 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=214 AND c.id_category!=214 ORDER BY c.position ASC,c.id_category ASC | 0.476 ms | 1 | 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) |
402 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1137 AND c.id_category!=1137 ORDER BY c.position ASC,c.id_category ASC | 0.476 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
221 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=199 AND c.id_category!=199 ORDER BY cl.name ASC,c.id_category ASC | 0.474 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
259 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=85 AND c.id_category!=85 ORDER BY c.position ASC,c.id_category ASC | 0.473 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) |
341 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=175 AND c.id_category!=175 ORDER BY c.position ASC,c.id_category ASC | 0.472 ms | 8 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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 = 2386 ORDER BY f.position ASC | 0.472 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) |
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=1071 AND c.id_category!=1071 ORDER BY cl.name ASC,c.id_category ASC | 0.471 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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=1127 AND c.id_category!=1127 ORDER BY c.position ASC,c.id_category ASC | 0.470 ms | 1 | 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) |
515 | 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 = 1042 LIMIT 1 | 0.470 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) |
485 | 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` = 1801) LIMIT 1 | 0.469 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) |
138 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1042 ORDER BY f.position ASC | 0.468 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) |
358 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.467 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
246 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.465 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
216 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.463 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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=1008 AND c.id_category!=1008 ORDER BY c.position ASC,c.id_category ASC | 0.457 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) |
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=1088 AND c.id_category!=1088 ORDER BY c.position ASC,c.id_category ASC | 0.457 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
150 | SELECT SQL_NO_CACHE * FROM `legoups_product` a LEFT JOIN `legoups_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `legoups_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 1030) AND (b.`id_shop` = 1) LIMIT 1 | 0.455 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) |
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` = 693) | 0.454 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) |
241 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1140 AND c.id_category!=1140 ORDER BY c.position ASC,c.id_category ASC | 0.454 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.453 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) |
153 | 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` = 1042 ORDER BY `position` | 0.452 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) |
193 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1070 AND c.id_category!=1070 ORDER BY cl.name ASC,c.id_category ASC | 0.452 ms | 1 | 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) |
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=82 AND c.id_category!=82 ORDER BY c.position ASC,c.id_category ASC | 0.448 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=1044 AND c.id_category!=1044 ORDER BY c.position ASC,c.id_category ASC | 0.448 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
392 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=150 AND c.id_category!=150 ORDER BY c.position ASC,c.id_category ASC | 0.447 ms | 1 | 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) |
306 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=80 AND c.id_category!=80 ORDER BY c.position ASC,c.id_category ASC | 0.445 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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.444 ms | 1 | 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) |
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=1036 AND c.id_category!=1036 ORDER BY c.position ASC,c.id_category ASC | 0.443 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) |
114 | 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` = 2386) | 0.443 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) |
464 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.443 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) |
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` = 1128) AND (b.`id_shop` = 1) LIMIT 1 | 0.440 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
256 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.439 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) |
462 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.439 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) |
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.435 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=1041 AND c.id_category!=1041 ORDER BY c.position ASC,c.id_category ASC | 0.432 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) |
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=1042 AND c.id_category!=1042 ORDER BY c.position ASC,c.id_category ASC | 0.432 ms | 1 | 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) |
350 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=211 AND c.id_category!=211 ORDER BY c.position ASC,c.id_category ASC | 0.430 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
107 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM legoups_feature_product pf LEFT JOIN legoups_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN legoups_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN legoups_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN legoups_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 1938 ORDER BY f.position ASC | 0.430 ms | 1 | Yes | | /classes/Product.php:6017 /classes/Product.php:5820 (getFrontFeaturesStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
144 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1938 | 0.430 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) |
405 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=177 AND c.id_category!=177 ORDER BY c.position ASC,c.id_category ASC | 0.429 ms | 1 | 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) |
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=1038 AND c.id_category!=1038 ORDER BY c.position ASC,c.id_category ASC | 0.428 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) |
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=1128 AND c.id_category!=1128 ORDER BY c.position ASC,c.id_category ASC | 0.426 ms | 1 | 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) |
277 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 | 0.425 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
342 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1029 AND c.id_category!=1029 ORDER BY c.position ASC,c.id_category ASC | 0.424 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
9 | SELECT SQL_NO_CACHE * FROM `legoups_hook_module_exceptions` WHERE `id_shop` IN (1) | 0.424 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) |
164 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.424 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
206 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.423 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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.419 ms | 1 | 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) |
442 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1147 AND c.id_category!=1147 ORDER BY c.position ASC,c.id_category ASC | 0.419 ms | 1 | 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) |
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.417 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) |
406 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=217 AND c.id_category!=217 ORDER BY c.position ASC,c.id_category ASC | 0.417 ms | 1 | 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) |
71 | SELECT SQL_NO_CACHE c.*, cl.* FROM `legoups_category` c LEFT JOIN `legoups_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Boissons sans Alcool' AND c.`id_category` != 2 AND c.`id_parent` = 1062 LIMIT 1 | 0.416 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) |
302 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 | 0.416 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
346 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1032 AND c.id_category!=1032 ORDER BY c.position ASC,c.id_category ASC | 0.410 ms | 1 | 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) |
152 | 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` = 1042) AND (b.`id_shop` = 1) LIMIT 1 | 0.409 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /src/Adapter/Image/ImageRetriever.php:80 (__construct) /src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages) /src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages) /src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct) /classes/controller/ProductListingFrontController.php:119 (present) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
494 | 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` = 1938) LIMIT 1 | 0.409 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Product.php:725 (__construct) /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) |
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.408 ms | 1 | 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) |
414 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1118 AND c.id_category!=1118 ORDER BY c.position ASC,c.id_category ASC | 0.407 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
439 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.406 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) |
441 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1146 AND c.id_category!=1146 ORDER BY c.position ASC,c.id_category ASC | 0.405 ms | 1 | 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) |
384 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 | 0.404 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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` = 212) AND (b.`id_shop` = 1) LIMIT 1 | 0.402 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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 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.402 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
375 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 | 0.402 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
29 | SELECT SQL_NO_CACHE * FROM `legoups_category` a0 LEFT JOIN `legoups_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 46) AND (a0.`nright` > 67) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc | 0.399 ms | 24 | | | /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) |
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.396 ms | 1 | 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) |
443 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1148 AND c.id_category!=1148 ORDER BY c.position ASC,c.id_category ASC | 0.396 ms | 1 | 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) |
365 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=66 AND c.id_category!=66 ORDER BY c.position ASC,c.id_category ASC | 0.394 ms | 1 | 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) |
108 | 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` = 2386 AND image_shop.`cover` = 1 LIMIT 1 | 0.392 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) |
388 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1095 AND c.id_category!=1095 ORDER BY c.position ASC,c.id_category ASC | 0.392 ms | 1 | 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) |
391 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=192 AND c.id_category!=192 ORDER BY c.position ASC,c.id_category ASC | 0.392 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) |
416 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 217) AND (b.`id_shop` = 1) LIMIT 1 | 0.391 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
224 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 199) AND (b.`id_shop` = 1) LIMIT 1 | 0.390 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
130 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1042 LIMIT 1 | 0.389 ms | 8 | | | /classes/SpecificPrice.php:435 /classes/SpecificPrice.php:523 (couldHaveSpecificPrice) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
348 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1086 AND c.id_category!=1086 ORDER BY c.position ASC,c.id_category ASC | 0.387 ms | 1 | 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) |
352 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1030) AND (b.`id_shop` = 1) LIMIT 1 | 0.387 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
28 | SELECT SQL_NO_CACHE * 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.386 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) |
102 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `legoups_product` p INNER JOIN `legoups_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `legoups_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1) WHERE (p.`id_product` = 1938) | 0.385 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) |
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=92 AND c.id_category!=92 ORDER BY c.position ASC,c.id_category ASC | 0.385 ms | 1 | 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) |
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=78 AND c.id_category!=78 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:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
127 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1030) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.383 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) |
240 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1139 AND c.id_category!=1139 ORDER BY c.position ASC,c.id_category ASC | 0.383 ms | 1 | 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) |
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` = 160) AND (b.`id_shop` = 1) LIMIT 1 | 0.382 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
329 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.380 ms | 1 | 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) |
73 | SELECT SQL_NO_CACHE data FROM legoups_layered_filter_block WHERE hash="517255d3210378f1a4d4cb0d20129bc6" LIMIT 1 | 0.379 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) |
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=1138 AND c.id_category!=1138 ORDER BY c.position ASC,c.id_category ASC | 0.379 ms | 1 | 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) |
243 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1142 AND c.id_category!=1142 ORDER BY c.position ASC,c.id_category ASC | 0.379 ms | 1 | 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) |
425 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1008) AND (b.`id_shop` = 1) LIMIT 1 | 0.378 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /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) |
444 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1149 AND c.id_category!=1149 ORDER BY c.position ASC,c.id_category ASC | 0.378 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
178 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=158 AND c.id_category!=158 ORDER BY cl.name ASC,c.id_category ASC | 0.377 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) |
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=1049 AND c.id_category!=1049 ORDER BY c.position ASC,c.id_category ASC | 0.376 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
398 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1095) AND (b.`id_shop` = 1) LIMIT 1 | 0.375 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
508 | 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` = 693) LIMIT 1 | 0.375 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) |
495 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1938 AND `id_shop` = 1 | 0.374 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) |
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.373 ms | 1 | 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) |
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.373 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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.372 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
501 | 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` = 2386) LIMIT 1 | 0.372 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) |
331 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1048) AND (b.`id_shop` = 1) LIMIT 1 | 0.371 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
347 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1085 AND c.id_category!=1085 ORDER BY c.position ASC,c.id_category ASC | 0.369 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.369 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
343 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1030 AND c.id_category!=1030 ORDER BY c.position ASC,c.id_category ASC | 0.369 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /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=83 AND c.id_category!=83 ORDER BY c.position 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: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) |
380 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=72 AND c.id_category!=72 ORDER BY c.position ASC,c.id_category ASC | 0.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: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) |
432 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1 | 0.368 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
364 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=65 AND c.id_category!=65 ORDER BY c.position ASC,c.id_category ASC | 0.367 ms | 1 | 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) |
383 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1109 AND c.id_category!=1109 ORDER BY c.position ASC,c.id_category ASC | 0.366 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
301 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 | 0.364 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
321 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1046 AND c.id_category!=1046 ORDER BY c.position ASC,c.id_category ASC | 0.364 ms | 1 | 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=194 AND c.id_category!=194 ORDER BY c.position ASC,c.id_category ASC | 0.364 ms | 1 | 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) |
345 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1031) AND (b.`id_shop` = 1) LIMIT 1 | 0.364 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
389 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1116 AND c.id_category!=1116 ORDER BY c.position ASC,c.id_category ASC | 0.364 ms | 1 | 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) |
285 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=176 AND c.id_category!=176 ORDER BY c.position ASC,c.id_category ASC | 0.363 ms | 1 | 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) |
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=1048 AND c.id_category!=1048 ORDER BY c.position ASC,c.id_category ASC | 0.363 ms | 1 | 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) |
117 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 2386) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.362 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) |
368 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=77 AND c.id_category!=77 ORDER BY c.position ASC,c.id_category ASC | 0.362 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
412 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1093 AND c.id_category!=1093 ORDER BY c.position ASC,c.id_category ASC | 0.362 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
363 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=63 AND c.id_category!=63 ORDER BY c.position ASC,c.id_category ASC | 0.361 ms | 1 | 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) |
393 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=70 AND c.id_category!=70 ORDER BY c.position ASC,c.id_category ASC | 0.361 ms | 1 | 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) |
403 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=183 AND c.id_category!=183 ORDER BY c.position ASC,c.id_category ASC | 0.360 ms | 1 | 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) |
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=206 AND c.id_category!=206 ORDER BY c.position ASC,c.id_category ASC | 0.359 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
370 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) /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) |
411 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1091 AND c.id_category!=1091 ORDER BY c.position ASC,c.id_category ASC | 0.358 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
449 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1154 AND c.id_category!=1154 ORDER BY c.position ASC,c.id_category ASC | 0.358 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
237 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=146 AND c.id_category!=146 ORDER BY c.position ASC,c.id_category ASC | 0.357 ms | 1 | 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) |
311 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1043 AND c.id_category!=1043 ORDER BY c.position ASC,c.id_category ASC | 0.357 ms | 1 | 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) |
413 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1110 AND c.id_category!=1110 ORDER BY c.position ASC,c.id_category ASC | 0.357 ms | 1 | 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) |
238 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1106 AND c.id_category!=1106 ORDER BY c.position ASC,c.id_category ASC | 0.356 ms | 1 | 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) |
361 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.356 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
271 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.356 ms | 1 | 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) |
369 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=191 AND c.id_category!=191 ORDER BY c.position ASC,c.id_category ASC | 0.356 ms | 1 | 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) |
410 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1035 AND c.id_category!=1035 ORDER BY c.position ASC,c.id_category ASC | 0.355 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
446 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1151 AND c.id_category!=1151 ORDER BY c.position ASC,c.id_category ASC | 0.355 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
448 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1153 AND c.id_category!=1153 ORDER BY c.position ASC,c.id_category ASC | 0.355 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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=1001 AND c.id_category!=1001 ORDER BY c.position ASC,c.id_category ASC | 0.355 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) |
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=209 AND c.id_category!=209 ORDER BY c.position ASC,c.id_category ASC | 0.354 ms | 1 | 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) |
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=1129 AND c.id_category!=1129 ORDER BY c.position ASC,c.id_category ASC | 0.353 ms | 1 | 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) |
344 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1031 AND c.id_category!=1031 ORDER BY c.position ASC,c.id_category ASC | 0.352 ms | 1 | 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) |
517 | SELECT SQL_NO_CACHE `id_guest` FROM `legoups_connections` WHERE `id_guest` = 15991502 AND `date_add` > '2025-08-01 13:55:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 | 0.352 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) |
510 | 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` = 1030) LIMIT 1 | 0.352 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) |
381 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=68 AND c.id_category!=68 ORDER BY c.position ASC,c.id_category ASC | 0.351 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php: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) |
385 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 | 0.351 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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=215 AND c.id_category!=215 ORDER BY c.position 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:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1029) AND (b.`id_shop` = 1) LIMIT 1 | 0.350 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
390 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=141 AND c.id_category!=141 ORDER BY c.position ASC,c.id_category ASC | 0.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:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 1088) AND (b.`id_shop` = 1) LIMIT 1 | 0.349 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
335 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.349 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
362 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=62 AND c.id_category!=62 ORDER BY c.position ASC,c.id_category ASC | 0.349 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
194 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.349 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
409 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1034 AND c.id_category!=1034 ORDER BY c.position ASC,c.id_category ASC | 0.348 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=89 AND c.id_category!=89 ORDER BY c.position ASC,c.id_category ASC | 0.347 ms | 1 | 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) |
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=1094 AND c.id_category!=1094 ORDER BY c.position ASC,c.id_category ASC | 0.347 ms | 1 | 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) |
10 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1062) AND (b.`id_shop` = 1) LIMIT 1 | 0.347 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
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 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1087 AND c.id_category!=1087 ORDER BY c.position ASC,c.id_category ASC | 0.345 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
408 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=221 AND c.id_category!=221 ORDER BY c.position ASC,c.id_category ASC | 0.345 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
447 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1152 AND c.id_category!=1152 ORDER BY c.position ASC,c.id_category ASC | 0.345 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
382 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=184 AND c.id_category!=184 ORDER BY c.position ASC,c.id_category ASC | 0.344 ms | 1 | 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) |
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` = 209) AND (b.`id_shop` = 1) LIMIT 1 | 0.343 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
366 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=67 AND c.id_category!=67 ORDER BY c.position ASC,c.id_category ASC | 0.343 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
445 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1150 AND c.id_category!=1150 ORDER BY c.position ASC,c.id_category ASC | 0.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) |
418 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 221) AND (b.`id_shop` = 1) LIMIT 1 | 0.343 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
502 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 2386 AND `id_shop` = 1 | 0.343 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) |
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=219 AND c.id_category!=219 ORDER BY c.position ASC,c.id_category ASC | 0.342 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 85) AND (b.`id_shop` = 1) LIMIT 1 | 0.341 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
252 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.341 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
396 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1060) AND (b.`id_shop` = 1) LIMIT 1 | 0.341 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
157 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1023) AND (b.`id_shop` = 1) LIMIT 1 | 0.340 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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.339 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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.339 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=71 AND c.id_category!=71 ORDER BY c.position ASC,c.id_category ASC | 0.339 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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=1082 AND c.id_category!=1082 ORDER BY c.position ASC,c.id_category ASC | 0.338 ms | 1 | 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) |
417 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 220) AND (b.`id_shop` = 1) LIMIT 1 | 0.338 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
407 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=220 AND c.id_category!=220 ORDER BY c.position ASC,c.id_category ASC | 0.337 ms | 1 | 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) |
512 | 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` = 1042) LIMIT 1 | 0.336 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) |
93 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.335 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4345 (getQuantityAvailableByProduct) /classes/Product.php:5798 (getQuantity) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
488 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1801) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.335 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) |
225 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 198) 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) |
141 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1801 | 0.334 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) |
317 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1041) 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:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
279 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.333 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
169 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.332 ms | 1 | 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) |
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` = 1129) AND (b.`id_shop` = 1) LIMIT 1 | 0.332 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
14 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.332 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
415 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 177) AND (b.`id_shop` = 1) LIMIT 1 | 0.331 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
394 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 150) AND (b.`id_shop` = 1) LIMIT 1 | 0.328 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php: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) |
478 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.328 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
353 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1032) AND (b.`id_shop` = 1) LIMIT 1 | 0.327 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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=1033 AND c.id_category!=1033 ORDER BY c.position ASC,c.id_category ASC | 0.326 ms | 1 | 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) |
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` = 89) AND (b.`id_shop` = 1) LIMIT 1 | 0.325 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
483 | 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` = 1062) LIMIT 1 | 0.324 ms | 1 | | | /src/Adapter/EntityMapper.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:1301 (__construct) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1560 (getCategoryName) /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) |
205 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.324 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) |
427 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1001) AND (b.`id_shop` = 1) LIMIT 1 | 0.322 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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` = 92) AND (b.`id_shop` = 1) LIMIT 1 | 0.322 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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.321 ms | 1 | 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) |
24 | 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.320 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) |
68 | SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`, id_shop FROM `legoups_cart_product` WHERE `id_cart` = 0 ORDER BY `date_add` DESC LIMIT 1 | 0.320 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) |
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` = 1094) AND (b.`id_shop` = 1) LIMIT 1 | 0.320 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
493 | 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 = 1801 LIMIT 1 | 0.320 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) |
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` = 219) 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/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) |
430 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1010) AND (b.`id_shop` = 1) LIMIT 1 | 0.318 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
453 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1149) AND (b.`id_shop` = 1) LIMIT 1 | 0.317 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
308 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1040) AND (b.`id_shop` = 1) LIMIT 1 | 0.317 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
332 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1049) AND (b.`id_shop` = 1) LIMIT 1 | 0.316 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php: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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.314 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
438 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.314 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
287 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.312 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 138) AND (b.`id_shop` = 1) LIMIT 1 | 0.312 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
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` = 1042) AND (b.`id_shop` = 1) LIMIT 1 | 0.312 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
401 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 192) AND (b.`id_shop` = 1) LIMIT 1 | 0.312 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
397 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1061) AND (b.`id_shop` = 1) LIMIT 1 | 0.311 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
459 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.311 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) |
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` = 78) AND (b.`id_shop` = 1) LIMIT 1 | 0.310 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
166 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
316 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 | 0.309 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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` = 1046) AND (b.`id_shop` = 1) LIMIT 1 | 0.309 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
434 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1003) AND (b.`id_shop` = 1) LIMIT 1 | 0.309 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
186 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.308 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
419 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1034) AND (b.`id_shop` = 1) LIMIT 1 | 0.308 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
354 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1085) AND (b.`id_shop` = 1) LIMIT 1 | 0.307 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
374 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 | 0.307 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
330 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.307 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
452 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1148) AND (b.`id_shop` = 1) LIMIT 1 | 0.307 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
455 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1151) AND (b.`id_shop` = 1) LIMIT 1 | 0.307 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 1044) AND (b.`id_shop` = 1) LIMIT 1 | 0.305 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
333 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1050) AND (b.`id_shop` = 1) LIMIT 1 | 0.304 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
454 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1150) AND (b.`id_shop` = 1) LIMIT 1 | 0.304 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
424 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1118) AND (b.`id_shop` = 1) LIMIT 1 | 0.303 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
378 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 191) AND (b.`id_shop` = 1) LIMIT 1 | 0.303 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
357 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.302 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
131 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1042 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.302 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
339 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 187) AND (b.`id_shop` = 1) LIMIT 1 | 0.301 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 | 0.301 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
433 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 208) AND (b.`id_shop` = 1) LIMIT 1 | 0.301 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
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` = 206) AND (b.`id_shop` = 1) LIMIT 1 | 0.300 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
355 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1086) AND (b.`id_shop` = 1) LIMIT 1 | 0.300 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
170 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.299 ms | 1 | Yes | | /modules/ets_megamenu/classes/Ets_megamenu_defines.php:142 /modules/ets_megamenu/ets_megamenu.php:1646 (getChildCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /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_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) |
371 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 | 0.298 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
69 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 0.297 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) |
313 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.296 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
197 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.296 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 1 FROM `legoups_specific_price` WHERE id_product = 1938 LIMIT 1 | 0.294 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) |
218 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.294 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) |
276 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1036) AND (b.`id_shop` = 1) LIMIT 1 | 0.294 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
395 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 | 0.294 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
399 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1116) AND (b.`id_shop` = 1) LIMIT 1 | 0.294 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
338 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1047) AND (b.`id_shop` = 1) LIMIT 1 | 0.293 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
400 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 141) AND (b.`id_shop` = 1) LIMIT 1 | 0.293 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
451 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1147) AND (b.`id_shop` = 1) LIMIT 1 | 0.293 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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 c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.292 ms | 1 | 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) |
168 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON 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.292 ms | 1 | 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) |
428 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 176) AND (b.`id_shop` = 1) LIMIT 1 | 0.292 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
423 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1110) AND (b.`id_shop` = 1) LIMIT 1 | 0.292 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1045) AND (b.`id_shop` = 1) LIMIT 1 | 0.291 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
376 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 | 0.291 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
436 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 183) AND (b.`id_shop` = 1) LIMIT 1 | 0.291 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
426 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1135) AND (b.`id_shop` = 1) LIMIT 1 | 0.291 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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` = 214) AND (b.`id_shop` = 1) LIMIT 1 | 0.290 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
372 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 | 0.290 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
171 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=1114 AND c.id_category!=1114 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) |
283 | SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite FROM `legoups_category` c INNER JOIN `legoups_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1) LEFT JOIN `legoups_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=1 AND cl.id_shop=1 WHERE c.active = 1 AND c.id_parent=185 AND c.id_category!=185 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) |
435 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1137) AND (b.`id_shop` = 1) LIMIT 1 | 0.290 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
458 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1154) AND (b.`id_shop` = 1) LIMIT 1 | 0.290 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
420 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1035) AND (b.`id_shop` = 1) LIMIT 1 | 0.289 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
466 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.289 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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1039) AND (b.`id_shop` = 1) LIMIT 1 | 0.289 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
160 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1133) AND (b.`id_shop` = 1) LIMIT 1 | 0.287 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /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) |
386 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 184) AND (b.`id_shop` = 1) LIMIT 1 | 0.287 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
429 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 178) AND (b.`id_shop` = 1) LIMIT 1 | 0.287 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
486 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1801 AND `id_shop` = 1 | 0.287 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) |
457 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1153) AND (b.`id_shop` = 1) LIMIT 1 | 0.287 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
421 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1091) AND (b.`id_shop` = 1) LIMIT 1 | 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) /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) |
422 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1093) 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) /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) |
280 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.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) /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) |
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` = 185) 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) /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) |
356 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1087) AND (b.`id_shop` = 1) LIMIT 1 | 0.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) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
248 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 146) AND (b.`id_shop` = 1) LIMIT 1 | 0.284 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
387 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1109) AND (b.`id_shop` = 1) LIMIT 1 | 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) |
456 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1152) AND (b.`id_shop` = 1) LIMIT 1 | 0.282 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
437 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1019) AND (b.`id_shop` = 1) LIMIT 1 | 0.281 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
500 | 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 = 1938 LIMIT 1 | 0.281 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) |
158 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1018) AND (b.`id_shop` = 1) LIMIT 1 | 0.280 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
16 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 162) 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) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
87 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 1801 LIMIT 1 | 0.279 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) |
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.278 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
195 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1072) AND (b.`id_shop` = 1) LIMIT 1 | 0.277 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1646 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
15 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1063) AND (b.`id_shop` = 1) LIMIT 1 | 0.276 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
507 | 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 = 2386 LIMIT 1 | 0.275 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) |
22 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1125) AND (b.`id_shop` = 1) LIMIT 1 | 0.275 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
251 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.273 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /classes/Link.php:402 (__construct) /override/classes/Link.php:67 (getCategoryObject) /var/cache/dev/smarty/compile/childtheme/f4/83/94/f48394f13af896460419180d7ba3874ab860208c_2.file.categories-tree.tpl.php:33 (getCategoryLink) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cddde5_09837656) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1656 (display) /modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
136 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1042) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.271 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) |
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.270 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
498 | 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` = 1096) LIMIT 1 | 0.269 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
105 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 1938) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.268 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) |
115 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 2386 AND id_shop=1 LIMIT 1 | 0.268 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) |
159 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1132) 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) |
227 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.266 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
228 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.266 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) |
431 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1136) AND (b.`id_shop` = 1) LIMIT 1 | 0.266 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
484 | 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` = 2) LIMIT 1 | 0.266 ms | 1 | | | /src/Adapter/EntityMapper.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:1362 (__construct) /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) |
249 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1106) AND (b.`id_shop` = 1) LIMIT 1 | 0.265 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
12 | SELECT SQL_NO_CACHE `id_category` FROM `legoups_category_shop` WHERE `id_category` = 1062 AND `id_shop` = 1 LIMIT 1 | 0.264 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) |
11 | SELECT SQL_NO_CACHE value FROM `legoups_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 | 0.264 ms | 1 | | | /classes/shop/Shop.php:1183 /classes/Currency.php:968 (isFeatureActive) /classes/Currency.php:890 (getIdByQuery) /src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode) /src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode) /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale) /src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead) /src/Core/Data/Layer/AbstractDataLayer.php:150 (read) /src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead) /src/Core/Localization/Currency/CurrencyDataSource.php:67 (read) /src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData) /src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData) /src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData) /src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies) /src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications) /classes/controller/Controller.php:209 (getLocale) /classes/controller/FrontController.php:284 (init) /controllers/front/listing/CategoryController.php:81 (init) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
468 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.264 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) |
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` = 1096 LIMIT 1 | 0.263 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) |
161 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1134) AND (b.`id_shop` = 1) LIMIT 1 | 0.263 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
17 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1 | 0.262 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
226 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.261 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
149 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 693 | 0.260 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) |
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` = 210) AND (b.`id_shop` = 1) LIMIT 1 | 0.259 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /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) |
100 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1938 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.257 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
489 | 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` = 1154) 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) /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) |
505 | 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` = 1152) 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) /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) |
110 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1152 LIMIT 1 | 0.256 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) |
116 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 2386 AND `id_group` = 1 LIMIT 1 | 0.255 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
506 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1152 AND `id_shop` = 1 | 0.254 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) |
479 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.253 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
7 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = '1062-epicerie-sucree?page=2&q=Catégories-Confiseries+artisanales-Boissons+sans+Alcool' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.252 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) |
111 | SELECT SQL_NO_CACHE 1 FROM `legoups_specific_price` WHERE id_product = 2386 LIMIT 1 | 0.252 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) |
126 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1030 AND id_shop=1 LIMIT 1 | 0.252 ms | 1 | | | /classes/Product.php:6872 /classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
18 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1064) 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) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
123 | SELECT SQL_NO_CACHE SUM(quantity) FROM `legoups_stock_available` WHERE (id_product = 693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 0.248 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) |
19 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1112) 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) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
20 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1114) 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) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
3 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshops" | 0.246 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) |
104 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1938 AND `id_group` = 1 LIMIT 1 | 0.246 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
513 | SELECT SQL_NO_CACHE * FROM `legoups_product_lang` WHERE `id_product` = 1042 AND `id_shop` = 1 | 0.246 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) |
509 | 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 = 693 LIMIT 1 | 0.245 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) |
162 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1080) AND (b.`id_shop` = 1) LIMIT 1 | 0.244 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
499 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1096 AND `id_shop` = 1 | 0.244 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) |
5 | DELETE FROM `legoups_configuration` WHERE `name` = "PS_ROUTE_etsmpshopsseller" | 0.244 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) |
470 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.244 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
23 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1096) AND (b.`id_shop` = 1) LIMIT 1 | 0.243 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php:32 (__construct) /classes/Category.php:164 (__construct) /override/classes/Category.php:27 (__construct) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
21 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1115) 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) /controllers/front/listing/CategoryController.php:216 (__construct) :undefined ({closure}) /controllers/front/listing/CategoryController.php:230 (array_map) /controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories) /tools/profiling/Controller.php:41 (init) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
109 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `legoups_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1152 LIMIT 1 | 0.242 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) |
463 | 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) |
490 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1154 AND `id_shop` = 1 | 0.241 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) |
491 | 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` = 1134) LIMIT 1 | 0.241 ms | 1 | | | /src/Adapter/EntityMapper.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) |
492 | SELECT SQL_NO_CACHE * FROM `legoups_category_lang` WHERE `id_category` = 1134 AND `id_shop` = 1 | 0.241 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) |
471 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.241 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) |
31 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.240 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) |
86 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1154 LIMIT 1 | 0.237 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) |
98 | SELECT SQL_NO_CACHE name FROM legoups_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1096 LIMIT 1 | 0.237 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) |
511 | 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 = 1030 LIMIT 1 | 0.237 ms | 1 | | | /classes/Product.php:1106 /classes/Product.php:3817 (getDefaultAttribute) /classes/Product.php:3717 (priceCalculation) /modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:143 (getPriceStatic) /modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:49 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:86 (__construct) /modules/cdc_googletagmanager/classes/DataLayer.php:75 (addItemGa4) /modules/cdc_googletagmanager/classes/DataLayer.php:246 (addItem) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1566 (addProductList) /modules/cdc_googletagmanager/cdc_googletagmanager.php:1033 (datalayerCategory) /modules/cdc_googletagmanager/cdc_googletagmanager.php:638 (generateEnhancedEcommerce) /classes/Hook.php:1077 (hookDisplayAfterTitleTag) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /classes/Smarty/SmartyLazyRegister.php:81 (smartyHook) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:119 (__call) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:266 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/81/9a/7a/819a7a1e83ae46aa7321a9658ca8a9f831fc249f_2.file.head.tpl.php:39 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb3308777_43228418) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:105 (_subTemplateRender) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/00/79/af/0079af21c0bc5f6f5319363201ade217ed9d2bb5_2.file.layout-header-footer.tpl.php:44 (instanceBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32eaa61_11198585) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender) /var/cache/dev/smarty/compile/childtheme_home_clients_99a2b76353c632bbe4b3d375b97f65c8_sites_le_gout_de_nos_regions_com_prod_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/86/71/26/867126f34e19e4ee564143225af563fb7f8f8e30_2.file.category.tpl.php:48 (endChild) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb32d98e6_95660288) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDev.php:40 (fetch) /classes/controller/FrontController.php:760 (fetch) /override/classes/controller/FrontController.php:56 (smartyOutputContent) /classes/controller/FrontController.php:742 (smartyOutputContent) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
497 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1938) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.234 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) |
112 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 2386 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.232 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
134 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1042 AND id_shop=1 LIMIT 1 | 0.230 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) |
465 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.230 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) |
504 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 2386) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.229 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) |
135 | SELECT SQL_NO_CACHE `reduction` FROM `legoups_product_group_reduction_cache` WHERE `id_product` = 1042 AND `id_group` = 1 LIMIT 1 | 0.228 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3990 (getValueForProduct) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
200 | SELECT SQL_NO_CACHE * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 156) 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:1336 (displayCategories) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.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 * FROM `legoups_category` a LEFT JOIN `legoups_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `legoups_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 213) AND (b.`id_shop` = 1) LIMIT 1 | 0.226 ms | 1 | | | /src/Adapter/EntityMapper.php:71 /classes/ObjectModel.php:283 (load) /tools/profiling/ObjectModel.php: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) |
147 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 2386 | 0.224 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) |
172 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.224 ms | 1 | | | /classes/ImageType.php:145 /modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists) /modules/ets_megamenu/ets_megamenu.php:1361 (getMmType) /modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts) /modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties) /var/cache/dev/smarty/compile/childtheme/17/bd/dd/17bdddaf7a015c9fba91c129d29a974b607c3fcd_2.file.menu-html.tpl.php:221 (hookDisplayBlock) /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_688b9cb2cd1d21_84752030) /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render) /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute) /classes/Smarty/SmartyDevTemplate.php:55 (fetch) /modules/ets_megamenu/ets_megamenu.php:2317 (fetch) /modules/ets_megamenu/ets_megamenu.php:1778 (display) /modules/ets_megamenu/ets_megamenu.php:1736 (displayMegaMenu) /modules/ets_megamenu/ets_megamenu.php:1758 (displayMenuFrontend) /classes/Hook.php:1077 (hookDisplayMegaMenu) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /config/smarty.config.inc.php:219 (exec) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyHook) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/includes/widgets/shortcode.php:122 (CE\do_shortcode) /modules/creativeelements/includes/base/widget-base.php:514 (render) /modules/creativeelements/includes/base/widget-base.php:641 (renderContent) /modules/creativeelements/includes/base/element-base.php:618 (_printContent) /modules/creativeelements/classes/CESmarty.php:157 (printElement) /modules/creativeelements/classes/wrappers/Helper.php:1129 (smartyCE) :undefined (CE\parse_shortcode) /modules/creativeelements/classes/wrappers/Helper.php:1058 (preg_replace_callback) /modules/creativeelements/core/base/document.php:1077 (CE\do_shortcode) /modules/creativeelements/modules/theme/documents/theme-document.php:122 (printElements) /modules/creativeelements/includes/frontend.php:875 (printElementsWithWrapper) /modules/creativeelements/creativeelements.php:670 (getBuilderContent) /classes/Hook.php:1077 (hookOverrideLayoutTemplate) /tools/profiling/Hook.php:35 (coreCallHook) /classes/Hook.php:418 (coreCallHook) /classes/Hook.php:983 (callHookOn) /classes/controller/FrontController.php:1421 (exec) /controllers/front/listing/CategoryController.php:156 (getLayout) /classes/controller/FrontController.php:735 (getLayout) /tools/profiling/Controller.php:106 (display) /tools/profiling/Controller.php:83 (displayProfiling) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
122 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 693 AND id_shop=1 LIMIT 1 | 0.223 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) |
480 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.222 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) |
229 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.221 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) |
503 | 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` = 1152 LIMIT 1 | 0.216 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) |
154 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1042 | 0.215 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) |
496 | 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` = 1096 LIMIT 1 | 0.215 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) |
475 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.215 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) |
151 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `legoups_product_attribute` WHERE `id_product` = 1030 | 0.214 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) |
476 | SELECT SQL_NO_CACHE `id_image_type` FROM `legoups_image_type` WHERE `name` = 'home' | 0.210 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) |
460 | 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) |
481 | 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) |
103 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `legoups_product_shop` WHERE `id_product` = 1938 AND id_shop=1 LIMIT 1 | 0.205 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) |
88 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `legoups_specific_price_priority` WHERE `id_product` = 1801 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 0.203 ms | 1 | | | /classes/SpecificPrice.php:259 /classes/SpecificPrice.php:239 (getPriority) /classes/SpecificPrice.php:565 (_getScoreQuery) /classes/Product.php:3827 (getSpecificPrice) /classes/Product.php:3717 (priceCalculation) /classes/Product.php:5688 (getPriceStatic) /classes/ProductAssembler.php:209 (getProductProperties) /classes/controller/ProductListingFrontController.php:108 (assembleProducts) /classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate) /classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables) /controllers/front/listing/CategoryController.php:139 (doProductSearch) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
487 | 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` = 1154 LIMIT 1 | 0.199 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) |
472 | 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) |
8 | SELECT SQL_NO_CACHE `type`, `target` FROM `legoups_ets_seo_redirect` WHERE `url` = 'fr/1062-epicerie-sucree?page=2&q=Catégories-Confiseries+artisanales-Boissons+sans+Alcool' AND active = 1 AND `id_shop`=1 LIMIT 1 | 0.193 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) |
473 | 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) |
514 | SELECT SQL_NO_CACHE DISTINCT pl.name as name FROM `legoups_product_lang` pl WHERE (pl.id_product = 1042) AND (pl.id_lang = 1 AND pl.id_shop = 1 ) LIMIT 1 | 0.175 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) |
30 | BEGIN | 0.174 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) |
43 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.158 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_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.148 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
33 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.138 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
34 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.136 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
58 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.130 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
32 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.125 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
37 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.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) |
48 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.119 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
44 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.112 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
35 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.110 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
38 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.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) |
36 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.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) |
61 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.104 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
41 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.104 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
59 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL, `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.104 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) |
64 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.101 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
42 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1", UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.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) |
55 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.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) |
62 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; | 0.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) |
54 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL, `from_date` DATETIME, `id_product` int, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.099 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
52 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.097 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
56 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.097 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
47 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.096 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
49 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.096 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
53 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.096 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
46 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.095 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
57 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.095 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
63 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8; | 0.093 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
51 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.085 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
39 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 0.085 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
40 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; | 0.084 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
45 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; | 0.084 ms | 1 | | | /modules/gmerchantcenterpro/lib/install/installSql.php:78 /modules/gmerchantcenterpro/lib/install/installSql.php:35 (exec) /modules/gmerchantcenterpro/lib/install/installController.php:48 (install) /modules/gmerchantcenterpro/lib/moduleUpdate.php:93 (run) :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
60 | CREATE TABLE IF NOT EXISTS `legoups_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8; | 0.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) |
65 | COMMIT | 0.049 ms | 1 | | | /modules/gmerchantcenterpro/lib/moduleUpdate.php:107 :undefined (updateTables) /modules/gmerchantcenterpro/lib/moduleUpdate.php:61 (call_user_func_array) /modules/gmerchantcenterpro/lib/moduleTools.php:188 (run) /modules/gmerchantcenterpro/gmerchantcenterpro.php:85 (getLangCurrencyCountry) :undefined (__construct) /src/Core/Foundation/IoC/Container.php:123 (newInstance) /src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName) /src/Core/Foundation/IoC/Container.php:166 (doMake) /src/Adapter/ServiceLocator.php:70 (make) /classes/module/Module.php:1235 (get) /tools/profiling/Module.php:35 (coreLoadModule) /classes/module/Module.php:1214 (coreLoadModule) /classes/Hook.php:966 (getInstanceByName) /classes/controller/FrontController.php:622 (exec) /override/classes/controller/FrontController.php:39 (initContent) /controllers/front/listing/CategoryController.php:127 (initContent) /tools/profiling/Controller.php:60 (initContent) /classes/Dispatcher.php:510 (run) /override/classes/Dispatcher.php:295 (dispatch) /index.php:28 (dispatch) |
67 | COMMIT | 0.042 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) |
66 | BEGIN | 0.040 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) |