| 79 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p INNER JOIN dm_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1825)) GROUP BY fp.id_feature_value |
11.998
ms
|
1312 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:856 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:155 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `dm_feature` f INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `dm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `dm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `dm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
6.927
ms
|
1033 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayTop' LIMIT 1 |
2.678
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:104 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayNav2' LIMIT 1 |
2.671
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:78 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterBefore' LIMIT 1 |
2.662
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/41/a7/7341a74f212cff5ad88f86cd3d4d6fb256f87eb4_2.file.footer.tpl.php:79 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/41/a7/7341a74f212cff5ad88f86cd3d4d6fb256f87eb4_2.file.footer.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10ccf5d45_91938796)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:540 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooter' LIMIT 1 |
2.631
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/41/a7/7341a74f212cff5ad88f86cd3d4d6fb256f87eb4_2.file.footer.tpl.php:97 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/41/a7/7341a74f212cff5ad88f86cd3d4d6fb256f87eb4_2.file.footer.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10ccf5d45_91938796)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:540 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:98 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayNav1' LIMIT 1 |
2.604
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:74 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1 |
2.599
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/tdelementor.php:1313 (getRelatedByKey)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:166 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:509 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `dm_category` c
LEFT JOIN `dm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN dm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` != 1
GROUP BY c.id_category
ORDER BY c.`id_category`, category_shop.`position` |
2.500
ms
|
594 |
Yes
|
Yes
|
/classes/Category.php:834
/modules/tdelementor/includes/widgets/category-list.php:44 (getSimpleCategories)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `dm_category` c
LEFT JOIN `dm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN dm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` != 1
GROUP BY c.id_category
ORDER BY c.`id_category`, category_shop.`position` |
2.395
ms
|
594 |
Yes
|
Yes
|
/classes/Category.php:834
/modules/tdelementor/includes/widgets/footer-links.php:59 (getSimpleCategories)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `dm_hook_module` hm
STRAIGHT_JOIN `dm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `dm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.110
ms
|
526 |
|
|
/classes/Hook.php:452
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5904 (getManager)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity DESC, p.id_product DESC |
2.004
ms
|
11451456 |
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:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_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))) |
1.987
ms
|
11451456 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:481 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:141 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
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 `dm_configuration` c
LEFT JOIN `dm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.935
ms
|
1071 |
|
|
/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 m.*, ml.`description`, ml.`short_description`
FROM `dm_manufacturer` m INNER JOIN dm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `dm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.878
ms
|
267 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Block.php:653 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:147 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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)) |
1.868
ms
|
11451456 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:506 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:141 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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)) |
1.844
ms
|
11451456 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:495 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:141 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `dm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `dm_hook_alias` ha
INNER JOIN `dm_hook` h ON ha.name = h.name |
1.841
ms
|
0 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5904 (getManager)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-25 00:00:00',
INTERVAL 5 DAY
)
) > 0) as new
FROM dm_product p
LEFT JOIN dm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN dm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN dm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12931,11568,20238,19992,11567,16374,10777,16418,12930,24076,20470,24599,10775,12083,12082,20569,10408,22561,11569,10540,16419,12647,20237,10386,16438) |
1.763
ms
|
25 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE p.id_manufacturer, 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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
1.714
ms
|
11451456 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:662 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:147 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `dm_module` m
INNER JOIN dm_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `dm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `dm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `dm_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.549
ms
|
134 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 80 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p WHERE ((p.on_sale=1)) |
1.528
ms
|
11451456 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:566 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:144 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p WHERE p.date_add>'2026-06-21 00:00:00' |
1.503
ms
|
11451456 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:588 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:144 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_post` a
LEFT JOIN `dm_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 192) LIMIT 1 |
1.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/tdelementor/classes/TdElementorPost.php:42 (__construct)
/modules/tdelementor/tdelementor.php:1466 (__construct)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `dm_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `dm_date_range`) LIMIT 1 |
1.378
ms
|
7284601 |
|
|
/classes/DateRange.php:57
/classes/Page.php:122 (getCurrentRange)
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
INSERT INTO `dm_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4292', '', 'd.desyman.com/75-12-kvm-splitter', '', '2026-06-25 06:51:00') |
1.160
ms
|
1 |
|
|
/classes/ObjectModel.php:621
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE c.*, cl.id_lang, cl.name, cl.description, cl.link_rewrite, cl.meta_title, cl.meta_keywords, cl.meta_description
FROM `dm_category` c
INNER JOIN dm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `dm_category_lang` cl ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `dm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
LIMIT 0,4 |
1.077
ms
|
5 |
Yes
|
Yes
|
/modules/tdelementor/tdelementor.php:2065
/modules/tdelementor/includes/widgets/category-list.php:1159 (getSubCategories)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
REPLACE INTO dm_layered_filter_block (hash, data) VALUES ("be5cd5444a91db017d5515bd2ff56084", "a:1:{s:7:\"filters\";a:4:{i:0;a:0:{}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:4:{i:13;a:2:{s:4:\"name\";s:6:\"APPROX\";s:3:\"nbr\";i:5;}i:29;a:2:{s:4:\"name\";s:12:\"CONCEPTRONIC\";s:3:\"nbr\";i:1;}i:53;a:2:{s:4:\"name\";s:5:\"EQUIP\";s:3:\"nbr\";i:12;}i:87;a:2:{s:4:\"name\";s:9:\"LEVEL ONE\";s:3:\"nbr\";i:16;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:7:\"On sale\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:11:\"New product\";s:3:\"nbr\";i:0;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:3;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:\"Disponibilidad\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:28;}i:0;a:2:{s:4:\"name\";s:13:\"No disponible\";s:3:\"nbr\";i:6;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
1.025
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:210
/modules/ps_facetedsearch/src/Product/SearchProvider.php:220 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
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 `dm_category` c
INNER JOIN dm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `dm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `dm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.997
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:913
/modules/tdthemesettings/tdthemesettings.php:853 (getSubCategories)
/modules/tdthemesettings/tdthemesettings.php:818 (getTemplateVarSubCategories)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
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 `dm_category` c
INNER JOIN dm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `dm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `dm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.877
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:913
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
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 FROM dm_product p LEFT JOIN dm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dm_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 dm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dm_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 c.nleft>=780 AND c.nright<=791 GROUP BY p.id_product) p LEFT JOIN dm_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 1) AND
sp.id_country IN (0, 6) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2026-06-25 06:50:59' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2026-06-25 06:50:59' <= sp.to)
) WHERE ((sp.reduction>0)) |
0.867
ms
|
2 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:606 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:144 (getHighlightsBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
INSERT INTO `dm_page_viewed` (`id_date_range`, `id_page`, `counter`, `id_shop`, `id_shop_group`) VALUES ('2732', '401', '1', '1', '1') |
0.854
ms
|
1 |
|
|
/classes/Page.php:135
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.851
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_post` p
WHERE (p.post_type = "header") |
0.761
ms
|
1626 |
|
|
/modules/tdelementor/tdelementor.php:1957
/modules/tdthemesettings/tdthemesettings.php:281 (getListByPostType)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a0
LEFT JOIN `dm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 780) AND (a0.`nright` > 791) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.723
ms
|
594 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `dm_hook` h
WHERE (h.active = 1) |
0.712
ms
|
1081 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 432 |
SELECT SQL_NO_CACHE *
FROM `dm_tdcolumnblock` b
LEFT JOIN `dm_tdcolumnblock_lang` bl ON b.`id_tdcolumnblock` = bl.`id_tdcolumnblock`
WHERE b.`id_shop` = 1
AND `id_lang` = 1
AND `active` = 1
GROUP BY b.`id_tdcolumnblock`
ORDER BY b.`position` ASC |
0.698
ms
|
9 |
Yes
|
Yes
|
/modules/tdcolumnblocks/classes/TdColumnBlock.php:93
/modules/tdcolumnblocks/tdcolumnblocks.php:725 (getList)
/modules/tdcolumnblocks/tdcolumnblocks.php:767 (preProcess)
/modules/tdcolumnblocks/tdcolumnblocks.php:775 (hookDisplayLeftColumn)
/classes/Hook.php:993 (hookDisplayRightColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:166 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:509 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_post` p
WHERE (p.post_type = "home") |
0.673
ms
|
1626 |
|
|
/modules/tdelementor/tdelementor.php:1957
/modules/tdthemesettings/tdthemesettings.php:283 (getListByPostType)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_post` p
WHERE (p.post_type = "footer") |
0.653
ms
|
1626 |
|
|
/modules/tdelementor/tdelementor.php:1957
/modules/tdthemesettings/tdthemesettings.php:282 (getListByPostType)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12930 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.584
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20569
ORDER BY `position` |
0.553
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20237 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20237 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.546
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11567 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11567 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.538
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `dm_hook` |
0.537
ms
|
1081 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 346 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `dm_product` p
INNER JOIN dm_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `dm_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 75 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.535
ms
|
1 |
|
|
/classes/Category.php:988
/modules/tdelementor/includes/widgets/category-list.php:1158 (getProducts)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12931 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.531
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10775 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10775 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.519
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 24599 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24599 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.516
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10540 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.515
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.510
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11568 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.496
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16419
ORDER BY f.position ASC |
0.495
ms
|
8 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22561 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22561 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16419 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.493
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20238 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.492
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16374 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.488
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12083 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12083 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16418 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16418 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.487
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19992 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.486
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20569 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.485
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12083) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.484
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10386 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10386 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.479
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_related` bc
LEFT JOIN `dm_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '75' LIMIT 1 |
0.478
ms
|
1621 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:867
/modules/tdelementor/classes/TdElementorWpHelper.php:1357 (getRelatedByKey)
/modules/tdelementor/tdelementor.php:616 (reset_post_var)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11569 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.471
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11567) AND (b.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.468
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16418
ORDER BY f.position ASC |
0.465
ms
|
7 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `dm_module` m
LEFT JOIN `dm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.464
ms
|
108 |
|
|
/classes/module/Module.php:340
/modules/gformbuilderpro/gformbuilderpro.php:27 (__construct)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 406 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20238) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.464
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12647 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12647 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.461
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10408
ORDER BY f.position ASC |
0.461
ms
|
8 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 24599
ORDER BY f.position ASC |
0.460
ms
|
9 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 24076 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.458
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16374) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11569) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12082) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10408) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.456
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16418) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20569) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10775) AND (b.`id_shop` = 1) LIMIT 1 |
0.454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12082 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12082 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.453
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10408 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10408 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11568) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.450
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10777 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.450
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12082) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.446
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16419) AND (b.`id_shop` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.445
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11567) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.445
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24076) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10540) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16419) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.444
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16374
ORDER BY f.position ASC |
0.443
ms
|
7 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22561) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.442
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20237) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.441
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12930) AND (b.`id_shop` = 1) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19992) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24599) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.437
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20238) AND (b.`id_shop` = 1) LIMIT 1 |
0.436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
UPDATE `dm_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 2732
AND `id_page` = 401
AND `id_shop` = 1 |
0.436
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12931
ORDER BY f.position ASC |
0.435
ms
|
8 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `dm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20470 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `dm_cart_product` cp JOIN `dm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.435
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24599) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.433
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10540) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.432
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12083) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10777) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20237) AND (b.`id_shop` = 1) LIMIT 1 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16438) AND (b.`id_shop` = 1) LIMIT 1 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.429
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16438
ORDER BY f.position ASC |
0.429
ms
|
7 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.423
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 24076
ORDER BY f.position ASC |
0.422
ms
|
3 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12647) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.422
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16438
ORDER BY `position` |
0.421
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11567
ORDER BY `position` |
0.417
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20470
ORDER BY `position` |
0.415
ms
|
7 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11567
ORDER BY f.position ASC |
0.411
ms
|
4 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12647
ORDER BY f.position ASC |
0.411
ms
|
4 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (24076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.410
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `dm_meta` m
LEFT JOIN `dm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.406
ms
|
52 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 291 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11569
ORDER BY `position` |
0.406
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10408) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.404
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20470) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.403
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10386
ORDER BY f.position ASC |
0.403
ms
|
8 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20470) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10386) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.399
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22561) AND (b.`id_shop` = 1) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10386) AND (b.`id_shop` = 1) LIMIT 1 |
0.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10775) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.398
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12083
ORDER BY f.position ASC |
0.395
ms
|
3 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.395
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20238
ORDER BY f.position ASC |
0.394
ms
|
2 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22561
ORDER BY f.position ASC |
0.393
ms
|
2 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10540
ORDER BY f.position ASC |
0.391
ms
|
7 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16418) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.391
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12931) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12082
ORDER BY f.position ASC |
0.388
ms
|
4 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `dm_product_attribute` pa
INNER JOIN dm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `dm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16438) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.387
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4486
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:109 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12647) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.385
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10777
ORDER BY f.position ASC |
0.384
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.384
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12930
ORDER BY f.position ASC |
0.383
ms
|
4 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20237
ORDER BY f.position ASC |
0.379
ms
|
2 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10540
ORDER BY `position` |
0.379
ms
|
4 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `width`, `height`
FROM dm_image_type
WHERE `name` = 'manufacturer_default' LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Image.php:561
/modules/tdmegamenu/tdmegamenu.php:4010 (getSize)
/modules/tdelementor/includes/widgets/megamenu.php:727 (hookDisplayMenuVertical)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19992
ORDER BY f.position ASC |
0.378
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11568
ORDER BY f.position ASC |
0.378
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10777
ORDER BY `position` |
0.373
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.371
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM dm_shop_group gs
LEFT JOIN dm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN dm_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.370
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `dm_product` a
LEFT JOIN `dm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11568) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:40 (__construct)
/src/Adapter/Image/ImageRetriever.php:71 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16419
ORDER BY `position` |
0.370
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.368
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 24076
ORDER BY `position` |
0.368
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.367
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:180 (getCmsOptions)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10775
ORDER BY f.position ASC |
0.366
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20470
ORDER BY f.position ASC |
0.364
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11569
ORDER BY f.position ASC |
0.362
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE tr.*
FROM `dm_tax_rule` tr
JOIN `dm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 9
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.362
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10775
ORDER BY `position` |
0.358
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16418
ORDER BY `position` |
0.358
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.357
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `dm_module` m
LEFT JOIN `dm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.355
ms
|
108 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96 (__construct)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dm_feature_product pf
LEFT JOIN dm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20569
ORDER BY f.position ASC |
0.355
ms
|
1 |
Yes
|
|
/classes/Product.php:5946
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20237
ORDER BY `position` |
0.355
ms
|
3 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.354
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10408
ORDER BY `position` |
0.352
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE tr.*
FROM `dm_tax_rule` tr
JOIN `dm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 362)
AND ('08830' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '08830')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.351
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/tax/Tax.php:188 (getTaxCalculator)
/classes/Product.php:5797 (getProductEcotaxRate)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.351
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE *
FROM dm_cookiesplus_cookie cc LEFT JOIN dm_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.351
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:105
/modules/cookiesplus/cookiesplus.php:1289 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1509 (hookFooter)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12082
ORDER BY `position` |
0.349
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE `id_page`
FROM `dm_page`
WHERE `id_page_type` = 3 AND `id_object` = 75 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:104 (getCurrentId)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.346
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11568
ORDER BY `position` |
0.346
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22561
ORDER BY `position` |
0.345
ms
|
6 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20238
ORDER BY `position` |
0.344
ms
|
4 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.344
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:180 (getCmsOptions)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16374
ORDER BY `position` |
0.343
ms
|
3 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11568
AND image_shop.`cover` = 1 LIMIT 1 |
0.342
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.340
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12083
ORDER BY `position` |
0.339
ms
|
5 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12931
AND image_shop.`cover` = 1 LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22561
AND image_shop.`cover` = 1 LIMIT 1 |
0.338
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19992
ORDER BY `position` |
0.338
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.337
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.336
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:180 (getCmsOptions)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 24599
ORDER BY `position` |
0.336
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.334
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12931
ORDER BY `position` |
0.332
ms
|
1 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM dm_shop_url su
LEFT JOIN dm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'd.desyman.com' OR su.domain_ssl = 'd.desyman.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.328
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 40 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 360) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/controllers/front/listing/CategoryController.php:207 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.328
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE *
FROM `dm_tdelementor_post` a
LEFT JOIN `dm_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 2) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/tdelementor/classes/TdElementorPost.php:42 (__construct)
/modules/tdelementor/core/base/document.php:709 (__construct)
/modules/tdelementor/includes/frontend.php:886 (get_elements_data)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.326
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12930
AND image_shop.`cover` = 1 LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM dm_layered_category
WHERE controller = 'category'
AND id_category = 75
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.324
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.324
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.324
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12647
ORDER BY `position` |
0.322
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12930
ORDER BY `position` |
0.320
ms
|
1 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.315
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.314
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE *
FROM dm_cookiesplus_cookie cc LEFT JOIN dm_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.312
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:105
/modules/cookiesplus/cookiesplus.php:1289 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1509 (hookFooter)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10386
ORDER BY `position` |
0.309
ms
|
2 |
Yes
|
|
/classes/Product.php:3532
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:686 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:125 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.309
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.309
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE *
FROM dm_cookiesplus_finality cf LEFT JOIN dm_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
0.309
ms
|
5 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:88
/modules/cookiesplus/cookiesplus.php:1286 (getCookiesPlusFinalities)
/modules/cookiesplus/cookiesplus.php:1509 (hookFooter)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.303
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10540
AND image_shop.`cover` = 1 LIMIT 1 |
0.300
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 359) AND (b.`id_shop` = 1) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/controllers/front/listing/CategoryController.php:207 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE `id_guest`
FROM `dm_connections`
WHERE `id_guest` = 27696685
AND `date_add` > '2026-06-25 06:21:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.297
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.295
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:180 (getCmsOptions)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.295
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.294
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `dm_lang` l
JOIN dm_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/Language.php:1183
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 381 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `dm_lang` a
LEFT JOIN `dm_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 131 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16374
AND image_shop.`cover` = 1 LIMIT 1 |
0.289
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.289
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `dm_cms` c
INNER JOIN `dm_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `dm_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 0
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.288
ms
|
28 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1478
/modules/tdelementor/classes/TdElementorWpHelper.php:1399 (getCMSPages)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.288
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
0.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1177) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/controllers/front/listing/CategoryController.php:207 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.282
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE *
FROM `dm_manufacturer` a
LEFT JOIN `dm_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `dm_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 87) LIMIT 1 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:17 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:155 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2529f3_32356697)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:91 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12083
AND image_shop.`cover` = 1 LIMIT 1 |
0.281
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `dm_currency` c
LEFT JOIN dm_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/tdmegamenu/tdmegamenu.php:4617 (getCacheId)
/modules/tdmegamenu/tdmegamenu.php:3992 (mdGetCacheId)
/modules/tdelementor/includes/widgets/megamenu.php:727 (hookDisplayMenuVertical)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20237
AND image_shop.`cover` = 1 LIMIT 1 |
0.278
ms
|
3 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 192 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.278
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:200 (__construct)
/modules/tdelementor/core/documents-manager.php:241 (get)
/modules/tdelementor/includes/frontend.php:884 (get_doc_for_frontend)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10775
AND image_shop.`cover` = 1 LIMIT 1 |
0.277
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11569
AND image_shop.`cover` = 1 LIMIT 1 |
0.277
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20238
AND image_shop.`cover` = 1 LIMIT 1 |
0.276
ms
|
4 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.276
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.274
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_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.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20569
AND image_shop.`cover` = 1 LIMIT 1 |
0.272
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.272
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12647
AND image_shop.`cover` = 1 LIMIT 1 |
0.270
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.270
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.270
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10777
AND image_shop.`cover` = 1 LIMIT 1 |
0.270
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16419
AND image_shop.`cover` = 1 LIMIT 1 |
0.270
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16438
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/tdelementor/classes/TdElementorWpHelper.php:1540 (__construct)
/modules/tdelementor/includes/widgets/footer-links.php:906 (getLinkInfo)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/controllers/front/listing/CategoryController.php:76 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 12083) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `dm_manufacturer` a
LEFT JOIN `dm_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `dm_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 53) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:17 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:155 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2529f3_32356697)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:91 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:228 (__construct)
/controllers/front/listing/CategoryController.php:212 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.261
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 24076
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM dm_shop s
LEFT JOIN dm_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 368 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.259
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11567
AND image_shop.`cover` = 1 LIMIT 1 |
0.258
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.258
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 0 |
0.258
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.257
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.256
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM `dm_manufacturer` a
LEFT JOIN `dm_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `dm_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:17 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:155 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2529f3_32356697)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:91 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16418
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `dm_cms_category` bcp
INNER JOIN `dm_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `dm_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND bcp.`id_parent` = 1 |
0.253
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1434
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1406 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:847 (getCMSOptions)
/modules/tdelementor/includes/widgets/footer-links.php:895 (getCmsOptions)
/modules/tdelementor/includes/base/widget-base.php:468 (render)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1467 (get_builder_content)
/modules/tdelementor/tdelementor.php:1159 (getWidgetVariables)
/modules/tdelementor/tdelementor.php:1101 (_filterPageContent)
/classes/Hook.php:993 (hookDisplayCategoryElementor)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/8a/67/31/8a6731974d940fb00a732effce028710864b24b8_2.file.category-header.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c141c67_16690325)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:75 (_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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:386 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE * FROM `dm_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.252
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10386
AND image_shop.`cover` = 1 LIMIT 1 |
0.252
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10408
AND image_shop.`cover` = 1 LIMIT 1 |
0.249
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.248
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM dm_category_group ctg
WHERE ctg.`id_category` = 75 AND ctg.`id_group` = 1 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1748
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.246
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/files/assets/svg/svg-handler.php:51 (get_option)
/modules/tdelementor/core/files/assets/svg/svg-handler.php:769 (is_svg_uploads_enabled)
/modules/tdelementor/includes/controls/icons.php:123 (is_enabled)
/modules/tdelementor/includes/controls/base.php:83 (get_default_settings)
/modules/tdelementor/includes/managers/controls.php:453 (__construct)
/modules/tdelementor/includes/managers/controls.php:530 (register_controls)
/modules/tdelementor/includes/managers/controls.php:550 (get_controls)
/modules/tdelementor/includes/managers/controls.php:714 (get_control)
/modules/tdelementor/includes/base/controls-stack.php:444 (add_control_to_stack)
/modules/tdelementor/includes/base/controls-stack.php:1428 (add_control)
/modules/tdelementor/core/base/document.php:466 (start_controls_section)
/modules/tdelementor/core/document-types/post.php:94 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/controls-stack.php:366 (get_settings)
/modules/tdelementor/includes/base/controls-stack.php:1120 (get_controls_settings)
/modules/tdelementor/includes/base/controls-stack.php:1256 (get_active_settings)
/modules/tdelementor/core/base/document.php:813 (get_frontend_settings)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM `dm_manufacturer` a
LEFT JOIN `dm_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `dm_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:17 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:155 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/71/a2/84/71a28490f7e2e19393db3856abc04e30506bfd40_2.file.product-miniature-thumb.tpl.php:118 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2529f3_32356697)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:91 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/73/1e/69/731e69c8df0bd5abb3e431759d558b5c50bf9325_2.file.product-1.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c234535_02670998)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:54 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/f5/bd/06/f5bd063da5317d689314af18f34f3ad35bd80389_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c2266c6_10798191)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:79 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/11/99/4d/11994d1a2c39091b4f21c1056ac947e7c2887047_2.file.products.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462c21d659_51408871)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:317 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:415 (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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:349 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:504 (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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 24599
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `dm_hook_alias` |
0.244
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `dm_country` a
LEFT JOIN `dm_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `dm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 139 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20470
AND image_shop.`cover` = 1 LIMIT 1 |
0.242
ms
|
7 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.242
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:114 (array_reduce)
/modules/tdelementor/core/responsive/responsive.php:98 (get_breakpoints)
/modules/tdelementor/includes/settings/settings.php:43 (get_editable_breakpoints)
/modules/tdelementor/includes/plugin.php:573 (__construct)
/modules/tdelementor/includes/plugin.php:496 (init_components)
/modules/tdelementor/includes/plugin.php:644 (init)
/modules/tdelementor/includes/plugin.php:464 (__construct)
/modules/tdelementor/tdelementor.php:1375 (instance)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.242
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/e0/2c/80/e02c807768fc8e7b84fe26ca42758a01a79f9430_2.file.offcanvas-modal.tpl.php:225 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10d211726_82520237)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:576 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19992
AND image_shop.`cover` = 1 LIMIT 1 |
0.239
ms
|
2 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 24599) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE *
FROM `dm_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:131 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:176 (initSearch)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE * FROM `dm_currency` c ORDER BY `iso_code` ASC |
0.236
ms
|
1 |
Yes
|
|
/classes/Currency.php:710
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE icon
FROM `dm_tdthemesettings_category`
WHERE `id_ps_category` = 1177 LIMIT 1 |
0.236
ms
|
1 |
|
|
/modules/tdthemesettings/classes/TdThemeCategory.php:29
/modules/tdthemesettings/tdthemesettings.php:838 (getImageById)
:undefined ({closure})
/modules/tdthemesettings/tdthemesettings.php:831 (array_map)
/modules/tdthemesettings/tdthemesettings.php:818 (getTemplateVarSubCategories)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `dm_category` a
LEFT JOIN `dm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 362) AND (b.`id_shop` = 1) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:26 (__construct)
/controllers/front/listing/CategoryController.php:207 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dm_image` i
INNER JOIN dm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12082
AND image_shop.`cover` = 1 LIMIT 1 |
0.234
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 16374) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.232
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:317 (get_option)
/modules/tdelementor/includes/elements/column.php:611 (get_enabled_schemes)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/controls-stack.php:1091 (get_settings)
/modules/tdelementor/includes/base/controls-stack.php:1176 (get_parsed_dynamic_settings)
/modules/tdelementor/includes/base/element-base.php:768 (get_settings_for_display)
/modules/tdelementor/includes/elements/column.php:995 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:651 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE icon
FROM `dm_tdthemesettings_category`
WHERE `id_ps_category` = 359 LIMIT 1 |
0.230
ms
|
1 |
|
|
/modules/tdthemesettings/classes/TdThemeCategory.php:29
/modules/tdthemesettings/tdthemesettings.php:838 (getImageById)
:undefined ({closure})
/modules/tdthemesettings/tdthemesettings.php:831 (array_map)
/modules/tdthemesettings/tdthemesettings.php:818 (getTemplateVarSubCategories)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE id_shop
FROM `dm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/ObjectModel.php:1723
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:35 (__construct)
/classes/controller/FrontController.php:427 (__construct)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `dm_lang` l
LEFT JOIN `dm_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.227
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `dm_country` a
LEFT JOIN `dm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.225
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.225
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.224
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:114 (array_reduce)
/modules/tdelementor/core/responsive/responsive.php:98 (get_breakpoints)
/modules/tdelementor/includes/settings/settings.php:43 (get_editable_breakpoints)
/modules/tdelementor/includes/plugin.php:573 (__construct)
/modules/tdelementor/includes/plugin.php:496 (init_components)
/modules/tdelementor/includes/plugin.php:644 (init)
/modules/tdelementor/includes/plugin.php:464 (__construct)
/modules/tdelementor/tdelementor.php:1375 (instance)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM `dm_currency` a
LEFT JOIN `dm_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `dm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.220
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.220
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:200 (__construct)
/modules/tdelementor/core/documents-manager.php:241 (get)
/modules/tdelementor/includes/frontend.php:884 (get_doc_for_frontend)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE * FROM `dm_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.219
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE id_page_type
FROM dm_page_type
WHERE name = 'category' LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Page.php:100
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:104 (getCurrentId)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:612 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE id_shop
FROM `dm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/ObjectModel.php:1723
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM dm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `dm_currency` a
LEFT JOIN `dm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 12931 AND id_shop=1 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `dm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 12930 AND id_shop=1 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 10386 AND id_shop=1 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE * FROM `dm_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.210
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:208 (getImagesTypes)
/controllers/front/listing/CategoryController.php:232 (getImage)
/controllers/front/listing/CategoryController.php:196 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE *
FROM `dm_tax_lang`
WHERE `id_tax` = 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 12082) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 10540 AND id_shop=1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 10408) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.209
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.208
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:111 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1177 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 10775 AND id_shop=1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 10408 AND id_shop=1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "cdc_googletagmanager" LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/cookiesplus/cookiesplus.php:1164 (isInstalled)
/modules/cookiesplus/cookiesplus.php:1094 (hookHeader)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 16419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdelementor" LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdthemesettings/tdthemesettings.php:279 (isEnabled)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.202
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:228 (__construct)
/controllers/front/listing/CategoryController.php:196 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 10777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 12647) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `dm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 1177 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Category.php:1370
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 16418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `dm_hook_alias` |
0.199
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `dm_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Language.php:849
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 16418 AND id_shop=1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 16438) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE format
FROM `dm_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 11568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 20470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.196
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:111 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 19992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 24076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `dm_state` a
WHERE (a.`id_state` = 362) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 12083 AND id_shop=1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 20237) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `dm_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `dm_currency_lang`
WHERE `id_currency` = 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 10540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:84 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `dm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/ObjectModel.php:1723
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 316 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:115 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `dm_group` a
LEFT JOIN `dm_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:35 (__construct)
/classes/controller/FrontController.php:427 (__construct)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 10775) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 20569 AND id_shop=1 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.190
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 20569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 134 AND `id_shop` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2106
/override/classes/Product.php:72 (isEnabled)
/classes/Product.php:3706 (priceCalculation)
/classes/Product.php:5637 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 12931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "smartblog" LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:104 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE data FROM dm_layered_filter_block WHERE hash="be5cd5444a91db017d5515bd2ff56084" LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:355 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 11567) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:108 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.185
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:317 (get_option)
/modules/tdelementor/includes/elements/column.php:611 (get_enabled_schemes)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/controls-stack.php:1091 (get_settings)
/modules/tdelementor/includes/base/controls-stack.php:1176 (get_parsed_dynamic_settings)
/modules/tdelementor/includes/base/element-base.php:768 (get_settings_for_display)
/modules/tdelementor/includes/elements/column.php:995 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:651 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 20238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.184
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:317 (get_option)
/modules/tdelementor/includes/elements/column.php:611 (get_enabled_schemes)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/controls-stack.php:1091 (get_settings)
/modules/tdelementor/includes/base/controls-stack.php:1176 (get_parsed_dynamic_settings)
/modules/tdelementor/includes/base/element-base.php:768 (get_settings_for_display)
/modules/tdelementor/includes/elements/column.php:995 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:651 (_add_render_attributes)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdshoppingcart" LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:119 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 12930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 20470 AND id_shop=1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 24599 AND id_shop=1 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE value FROM `dm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:970 (isFeatureActive)
/classes/Currency.php:892 (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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 16374 AND id_shop=1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 24076 AND id_shop=1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1177 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 16438 AND id_shop=1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:228 (__construct)
/controllers/front/listing/CategoryController.php:212 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1177 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.178
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE value FROM dm_tdelementor_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.178
ms
|
20 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:988
/modules/tdelementor/classes/TdElementorWpHelper.php:1060 (get_post_meta)
/modules/tdelementor/core/settings/general/manager.php:108 (get_option)
/modules/tdelementor/core/settings/base/manager.php:437 (get_saved_settings)
/modules/tdelementor/core/settings/base/manager.php:122 (create_model)
/modules/tdelementor/includes/controls/groups/typography.php:102 (get_model)
/modules/tdelementor/includes/controls/groups/base.php:176 (init_fields)
/modules/tdelementor/includes/controls/groups/base.php:270 (get_fields)
/modules/tdelementor/includes/controls/groups/base.php:99 (filter_fields)
/modules/tdelementor/includes/base/controls-stack.php:738 (add_controls)
/modules/tdelementor/includes/widgets/image-box.php:461 (add_group_control)
/modules/tdelementor/includes/base/controls-stack.php:1987 (_register_controls)
/modules/tdelementor/includes/base/controls-stack.php:522 (init_controls)
/modules/tdelementor/includes/base/widget-base.php:162 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:307 (get_stack)
/modules/tdelementor/includes/base/controls-stack.php:2024 (get_controls)
/modules/tdelementor/includes/base/controls-stack.php:1076 (sanitize_settings)
/modules/tdelementor/includes/base/controls-stack.php:1853 (get_data)
/modules/tdelementor/core/base/base-object.php:145 (get_init_settings)
/modules/tdelementor/core/base/base-object.php:48 (ensure_settings)
/modules/tdelementor/includes/base/widget-base.php:762 (get_settings)
/modules/tdelementor/includes/base/widget-base.php:777 (get_current_skin_id)
/modules/tdelementor/includes/base/widget-base.php:463 (get_current_skin)
/modules/tdelementor/includes/base/widget-base.php:602 (render_content)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_lang` FROM `dm_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Language.php:849
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 10386) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `dm_group_lang`
WHERE `id_group` = 1 |
0.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/override/classes/Cart.php:35 (__construct)
/classes/controller/FrontController.php:427 (__construct)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 22561) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/e0/2c/80/e02c807768fc8e7b84fe26ca42758a01a79f9430_2.file.offcanvas-modal.tpl.php:279 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10d211726_82520237)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:576 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dm_stock_available`
WHERE (id_product = 11569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5738 (getQuantity)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 20237 AND id_shop=1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `dm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `dm_image_type` |
0.175
ms
|
9 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:211 (getFormattedName)
/controllers/front/listing/CategoryController.php:232 (getImage)
/controllers/front/listing/CategoryController.php:196 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `dm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 362 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Category.php:1370
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `name`
FROM `dm_manufacturer`
WHERE `id_manufacturer` = 29
AND `active` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:123 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dm_country`
WHERE `id_country` = 6 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Country.php:399
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:228 (__construct)
/controllers/front/listing/CategoryController.php:212 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE state FROM dm_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:228 (__construct)
/controllers/front/listing/CategoryController.php:212 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:206 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 11567 AND id_shop=1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdthemesettings/tdthemesettings.php:279 (isEnabled)
: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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/module/Module.php:2106
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/e0/2c/80/e02c807768fc8e7b84fe26ca42758a01a79f9430_2.file.offcanvas-modal.tpl.php:225 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10d211726_82520237)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:576 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 16419 AND id_shop=1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `name`
FROM `dm_manufacturer`
WHERE `id_manufacturer` = 87
AND `active` = 1 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE *
FROM `dm_country_lang`
WHERE `id_country` = 6 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE c.id_currency
FROM `dm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Currency.php:895
/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:208 (getLocale)
/classes/controller/FrontController.php:282 (init)
/override/classes/controller/FrontController.php:93 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 11568 AND id_shop=1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 20238 AND id_shop=1 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 12082 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM dm_required_field |
0.163
ms
|
3 |
|
|
/classes/ObjectModel.php:1588
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:119 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 12647 AND id_shop=1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:131 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE `name`
FROM `dm_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:127 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `dm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 360 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Category.php:1370
/classes/Product.php:5617 (getLinkRewrite)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 22561 AND id_shop=1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 19992 AND id_shop=1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 11569 AND id_shop=1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dm_product_shop`
WHERE `id_product` = 10777 AND id_shop=1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:6806
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5795 (getTaxesInformations)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:104 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE icon
FROM `dm_tdthemesettings_category`
WHERE `id_ps_category` = 362 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/tdthemesettings/classes/TdThemeCategory.php:29
/modules/tdthemesettings/tdthemesettings.php:838 (getImageById)
:undefined ({closure})
/modules/tdthemesettings/tdthemesettings.php:831 (array_map)
/modules/tdthemesettings/tdthemesettings.php:818 (getTemplateVarSubCategories)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 360 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tdelementor/includes/managers/widgets.php:115 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 362 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:108 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `name`
FROM `dm_manufacturer`
WHERE `id_manufacturer` = 53
AND `active` = 1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:5620 (getNameById)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE icon
FROM `dm_tdthemesettings_category`
WHERE `id_ps_category` = 360 LIMIT 1 |
0.153
ms
|
1 |
|
|
/modules/tdthemesettings/classes/TdThemeCategory.php:29
/modules/tdthemesettings/tdthemesettings.php:838 (getImageById)
:undefined ({closure})
/modules/tdthemesettings/tdthemesettings.php:831 (array_map)
/modules/tdthemesettings/tdthemesettings.php:818 (getTemplateVarSubCategories)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/module/Module.php:2106
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/e0/2c/80/e02c807768fc8e7b84fe26ca42758a01a79f9430_2.file.offcanvas-modal.tpl.php:279 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10d211726_82520237)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:576 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE name FROM dm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1177 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "ma_b2b" LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/Product.php:72 (isEnabled)
/classes/Product.php:3706 (priceCalculation)
/classes/Product.php:5637 (getPriceStatic)
/classes/ProductAssembler.php:206 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:377 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:133 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdproductwishlist" LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:127 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdmegamenu" LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:131 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE `id_module` FROM `dm_module` WHERE `name` = "tdcompare" LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:123 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:235 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:939 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:985 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/includes/base/element-base.php:888 (get_children)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/includes/base/element-base.php:889 (print_element)
/modules/tdelementor/includes/base/element-base.php:633 (_print_content)
/modules/tdelementor/core/base/document.php:1187 (print_element)
/modules/tdelementor/core/base/document.php:819 (print_elements)
/modules/tdelementor/includes/frontend.php:907 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:1375 (get_builder_content)
/modules/tdelementor/tdelementor.php:1427 (renderWidget)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:110 (__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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/7f/50/25/7f5025b31c4d2308ec4499b9c415f3aa9106b255_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c97baf0_58912094)
/vendor/smarty/smarty/libs/sysplugins/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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:230 (_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/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/d6/b8/5f/d6b85f3e4b2e41de50009035b868caa689dfb20a_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a38d10c91b791_47977405)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/49/70/3b/49703bcc7eac2cefc81d8bef16597c59929b9e62_2.file.product-list.tpl.php:90 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdf3b27_12975155)
/vendor/smarty/smarty/libs/sysplugins/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:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/desymanlayouts_layout_full_width_tpl/96/62/9c/96629c7f436f5b5af933369cc2a239612a5464e3_2.file.category.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a3c462bdde057_64029131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|