| 168 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 337
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (3)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.918
ms
|
171 |
Yes
|
|
/modules/tdsearchblock/tdsearchblock.php:342
/modules/tdsearchblock/tdsearchblock.php:308 (getCategories)
/modules/tdsearchblock/tdsearchblock.php:280 (getWidgetVariables)
/modules/tdelementor/includes/widgets/search.php:561 (renderWidget)
/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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 337
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (3)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.722
ms
|
171 |
Yes
|
|
/modules/tdsearchblock/tdsearchblock.php:342
/modules/tdsearchblock/tdsearchblock.php:308 (getCategories)
/modules/tdsearchblock/tdsearchblock.php:280 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.694
ms
|
459 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 337
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (3)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.668
ms
|
171 |
Yes
|
|
/modules/tdsearchblock/tdsearchblock.php:342
/modules/tdsearchblock/tdsearchblock.php:308 (getCategories)
/modules/tdsearchblock/tdsearchblock.php:280 (getWidgetVariables)
/modules/tdelementor/includes/widgets/search.php:559 (renderWidget)
/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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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` |
1.665
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.586
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 337
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (3)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1.527
ms
|
171 |
Yes
|
|
/modules/tdsearchblock/tdsearchblock.php:342
/modules/tdsearchblock/tdsearchblock.php:308 (getCategories)
/modules/tdsearchblock/tdsearchblock.php:280 (getWidgetVariables)
/modules/tdelementor/includes/widgets/search.php:559 (renderWidget)
/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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.368
ms
|
1199 |
|
|
/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)
|
| 57 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 115
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.158
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:901 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (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 `ps_module` m
INNER JOIN ps_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 `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.118
ms
|
410 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 278 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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` |
1.114
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_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` |
0.925
ms
|
171 |
|
Yes
|
/classes/Category.php:845
/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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE *
FROM ps_tdadditionaltab t
LEFT JOIN ps_tdadditionaltab_lang tl ON (t.id_tdadditionaltab = tl.id_tdadditionaltab AND tl.id_lang = 1)
INNER JOIN ps_tdadditionaltab_shop tdadditionaltab_shop
ON (tdadditionaltab_shop.id_tdadditionaltab = t.id_tdadditionaltab AND tdadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 2081) AND t.`active` = 1 GROUP BY t.id_tdadditionaltab
ORDER BY t.`position` |
0.872
ms
|
1 |
Yes
|
Yes
|
/modules/tdadditionaltabs/classes/TdAdditionalTab.php:112
/modules/tdadditionaltabs/tdadditionaltabs.php:402 (getTabs)
/modules/tdadditionaltabs/tdadditionaltabs.php:392 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-04-30 00:00:00",
INTERVAL 0 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE `id_product_1` = 2081 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.703
ms
|
1 |
|
Yes
|
/classes/Product.php:4713
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.662
ms
|
68 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.603
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7878 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE (pa.id_product = 2081) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC |
0.595
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4600
/controllers/front/ProductController.php:648 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.586
ms
|
1111 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.586
ms
|
1111 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 212 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-30 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2082) |
0.530
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-30 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2077) |
0.517
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2077
AND pac.`id_product_attribute` = 16131
AND agl.`id_lang` = 1 |
0.513
ms
|
1 |
|
|
/classes/Product.php:7546
/classes/Product.php:5868 (getAttributesParams)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.504
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2082 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2082 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.498
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.465
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.462
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 16131
AND cp.`id_cart` = 0 AND cp.`id_product` = 2077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16131
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.444
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE pcc.`id_product_comment_criterion`, pccl.`name`
FROM `ps_tdproduct_comment_criterion` pcc
LEFT JOIN `ps_tdproduct_comment_criterion_lang` pccl
ON (pcc.id_product_comment_criterion = pccl.id_product_comment_criterion)
LEFT JOIN `ps_tdproduct_comment_criterion_product` pccp
ON (pcc.`id_product_comment_criterion` = pccp.`id_product_comment_criterion` AND pccp.`id_product` = 2081)
LEFT JOIN `ps_tdproduct_comment_criterion_category` pccc
ON (pcc.`id_product_comment_criterion` = pccc.`id_product_comment_criterion`)
LEFT JOIN `ps_product_shop` ps
ON (ps.id_category_default = pccc.id_category AND ps.id_product = 2081)
WHERE pccl.`id_lang` = 1
AND (
pccp.id_product IS NOT NULL
OR ps.id_product IS NOT NULL
OR pcc.id_product_comment_criterion_type = 1
)
AND pcc.active = 1
GROUP BY pcc.id_product_comment_criterion |
0.434
ms
|
1 |
|
Yes
|
/modules/tdproductcomments/classes/TdProductCommentCriterion.php:159
/modules/tdproductcomments/tdproductcomments.php:1029 (getByProduct)
/modules/tdproductcomments/tdproductcomments.php:973 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` a
LEFT JOIN `ps_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 4) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/tdelementor/classes/TdElementorPost.php:42 (__construct)
/modules/tdelementor/tdelementor.php:932 (__construct)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.422
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2081 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 2081 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.419
ms
|
0 |
|
|
/classes/Cart.php:1430
/controllers/front/ProductController.php:1211 (getProductQuantity)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2082) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2081 |
0.410
ms
|
6 |
|
|
/classes/Product.php:7575
/controllers/front/ProductController.php:870 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2077
ORDER BY f.position ASC |
0.406
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 2081 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.404
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:2815
/controllers/front/ProductController.php:1101 (getAttributeCombinations)
/controllers/front/ProductController.php:1054 (tryToGetAvailableIdProductAttribute)
/controllers/front/ProductController.php:1365 (getIdProductAttributeByRequest)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2082
ORDER BY f.position ASC |
0.402
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2081 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2081 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.396
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.394
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.392
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.387
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.386
ms
|
106 |
|
|
/classes/module/Module.php:346
/modules/smartblog/smartblog.php:59 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 287 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.383
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2077) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.372
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.361
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_tdwishlist w, ps_tdwishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.358
ms
|
2 |
|
|
/modules/tdproductwishlist/tdproductwishlist.php:488
/classes/Hook.php:1083 (hookDisplayTdWishlistHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:207 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2081
AND cl.`id_lang` = 1 |
0.357
ms
|
1 |
|
|
/classes/Product.php:3459
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/a3/5d/a8/a35da82c64ad1cca41c867bccca7442a795ae465_2.file.product-meta.tpl.php:117 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/a3/5d/a8/a35da82c64ad1cca41c867bccca7442a795ae465_2.file.product-meta.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0911894_35028649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:611 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:853 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2081) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.353
ms
|
106 |
|
|
/classes/module/Module.php:346
/modules/jprestaspeedpack/jprestaspeedpack.php:213 (__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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/tax/TaxManagerFactory.php:71 (getInstanceByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.350
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.343
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)
|
| 258 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.342
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2081
ORDER BY f.position ASC |
0.342
ms
|
1 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.338
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.335
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.335
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.335
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.334
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.332
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.332
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:254 (getWidgetVariables)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.330
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.328
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.328
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.327
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'ql3d.fr' OR su.domain_ssl = 'ql3d.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.322
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 246 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.322
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.322
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.322
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.321
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2077
ORDER BY `position` |
0.321
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/tdthemesettings/tdthemesettings.php:982 (present)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.321
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.320
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.319
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.319
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.318
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.317
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.317
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (1) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.316
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/tdelementor/classes/TdElementorWpHelper.php:1511 (getLinks)
/modules/tdelementor/includes/widgets/footer-links.php:899 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2082
ORDER BY `position` |
0.314
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/tdthemesettings/tdthemesettings.php:982 (present)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.314
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.313
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.313
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.312
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.312
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.312
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE pc.`id_product_comment`,
(SELECT count(*) FROM `ps_tdproduct_comment_usefulness` pcu WHERE pcu.`id_product_comment` = pc.`id_product_comment` AND pcu.`usefulness` = 1) as total_useful,
(SELECT count(*) FROM `ps_tdproduct_comment_usefulness` pcu WHERE pcu.`id_product_comment` = pc.`id_product_comment`) as total_advice,
IF(c.id_customer, CONCAT(c.`firstname`, ' ', LEFT(c.`lastname`, 1)), pc.customer_name) customer_name, pc.`content`, pc.`grade`, pc.`date_add`, pc.title
FROM `ps_tdproduct_comment` pc
LEFT JOIN `ps_customer` c ON c.`id_customer` = pc.`id_customer`
WHERE pc.`id_product` = 2081 AND pc.`validate` = 1
ORDER BY pc.`date_add` DESC |
0.311
ms
|
1 |
Yes
|
|
/modules/tdproductcomments/classes/TdProductComment.php:98
/modules/tdproductcomments/tdproductcomments.php:1048 (getByProduct)
/modules/tdproductcomments/tdproductcomments.php:985 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.309
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:911 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.309
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.309
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.309
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.309
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2077) |
0.307
ms
|
2 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.306
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.306
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.303
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.302
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.302
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.302
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.300
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.300
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.299
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.299
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.298
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.298
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 380319
AND `date_add` > '2026-04-30 07:52:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.296
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:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.296
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.295
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tdsearchblock/tdsearchblock.php:305 (__construct)
/modules/tdsearchblock/tdsearchblock.php:280 (getWidgetVariables)
/modules/tdelementor/includes/widgets/search.php:559 (renderWidget)
/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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.294
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.294
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.293
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.293
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 6
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.293
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.292
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM ps_tdnewsletter td
JOIN ps_tdnewsletter_lang tdl
ON td.id_tab = tdl.id_tab
WHERE tdl.id_lang = 1
AND td.`data_end` >= '2026-04-30 08:22:28'
AND td.`data_start` <= '2026-04-30 08:22:28'
AND td.id_shop =1 |
0.292
ms
|
1 |
|
|
/modules/tdnewsletter/classes/ClassTdNewsletter.php:73
/modules/tdnewsletter/tdnewsletter.php:646 (getTopFrontItems)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2082) |
0.292
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.291
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 4 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.290
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/documents-manager.php:241 (get)
/modules/tdelementor/includes/frontend.php:884 (get_doc_for_frontend)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 5
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
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.286
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2082 |
0.286
ms
|
1 |
|
|
/classes/Product.php:6063
/classes/Product.php:5846 (getAttachmentsStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.284
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.284
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE *
FROM `ps_tdproduct_comment` pc
WHERE pc.`id_product` = 2081
AND pc.`id_guest` = 380319
ORDER BY pc.`date_add` DESC LIMIT 1 |
0.282
ms
|
1 |
Yes
|
|
/modules/tdproductcomments/classes/TdProductComment.php:118
/modules/tdproductcomments/tdproductcomments.php:1018 (getByCustomer)
/modules/tdproductcomments/tdproductcomments.php:973 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.279
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2081
ORDER BY `position` |
0.278
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2077
AND image_shop.`cover` = 1 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.278
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.278
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.276
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.276
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 115 AND p.active = 1 AND cp.position < 42 ORDER BY cp.position DESC LIMIT 1 |
0.275
ms
|
17 |
|
|
/modules/tdthemesettings/tdthemesettings.php:942
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.275
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.275
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1005 (__construct)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2081 |
0.274
ms
|
1 |
|
|
/classes/Tag.php:244
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/a3/5d/a8/a35da82c64ad1cca41c867bccca7442a795ae465_2.file.product-meta.tpl.php:56 (getProductTags)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/a3/5d/a8/a35da82c64ad1cca41c867bccca7442a795ae465_2.file.product-meta.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0911894_35028649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:611 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:853 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.273
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 9
AND cs.`id_shop` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
AND c.`active` = 1
ORDER BY `position` |
0.273
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (getCMSPages)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.272
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.271
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.269
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.269
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2082
AND image_shop.`cover` = 1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_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.267
ms
|
18 |
Yes
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1470
/modules/tdelementor/classes/TdElementorWpHelper.php:1391 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2077 LIMIT 1 |
0.266
ms
|
2 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.266
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.266
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (16132, 16131) AND il.`id_lang` = 1 ORDER by i.`position` |
0.265
ms
|
2 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/tdthemesettings/tdthemesettings.php:982 (present)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2082
AND DATEDIFF("2026-04-30 00:00:00", product_shop.`date_add`) < 0 LIMIT 1 |
0.265
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.264
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.264
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.264
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.264
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.263
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.262
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2077 AND pa.`id_product` = 2077 AND pa.`id_product_attribute` = 16131 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5829 (getAvailableDate)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.259
ms
|
233 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.258
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.257
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (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 `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.257
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.256
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2077) AND (id_product_attribute = 16131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5825 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.255
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.254
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.254
ms
|
4 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.253
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.253
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.252
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.251
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.250
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.250
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 115 AND p.active = 1 AND cp.position > 42 ORDER BY cp.position ASC LIMIT 1 |
0.250
ms
|
28 |
|
|
/modules/tdthemesettings/tdthemesettings.php:943
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.249
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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.249
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.248
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.248
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.246
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.245
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_tdproduct_comment` pc
WHERE pc.`id_product` = 2081
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/modules/tdproductcomments/classes/TdProductComment.php:177
/modules/tdproductcomments/tdproductcomments.php:1060 (getAverageGrade)
/modules/tdproductcomments/tdproductcomments.php:998 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:404 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:805 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.244
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.244
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16131) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.243
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_tdproduct_comment` pc
WHERE pc.`id_product` = 2081
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/modules/tdproductcomments/classes/TdProductComment.php:165
/modules/tdproductcomments/tdproductcomments.php:1068 (getRatings)
/modules/tdproductcomments/tdproductcomments.php:998 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:404 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:805 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.241
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 2077 LIMIT 1 |
0.240
ms
|
2 |
|
|
/classes/Product.php:1121
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.240
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('355572', '', 'ql3d.fr/accessoires/2081-hwgroup-poseidon-s-hub.html', '', '2026-04-30 08:22:28') |
0.239
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.239
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2077
AND DATEDIFF("2026-04-30 00:00:00", product_shop.`date_add`) < 0 LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (3) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.239
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/tdelementor/classes/TdElementorWpHelper.php:1511 (getLinks)
/modules/tdelementor/includes/widgets/footer-links.php:899 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.238
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.238
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('380319', '732', '3628718355', '', '1', '1', '2026-04-30 08:22:28') |
0.238
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 5 |
0.237
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.237
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.236
ms
|
88 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 78 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2081
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 6 |
0.236
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (2) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.236
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/tdelementor/classes/TdElementorWpHelper.php:1511 (getLinks)
/modules/tdelementor/includes/widgets/footer-links.php:899 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.236
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2082 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.234
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_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` = 9 |
0.230
ms
|
1 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:1426
/modules/tdelementor/classes/TdElementorWpHelper.php:1390 (getCMSCategories)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (getCMSOptions)
/modules/tdelementor/classes/TdElementorWpHelper.php:1398 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` a
LEFT JOIN `ps_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.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/tdelementor/classes/TdElementorPost.php:42 (__construct)
/modules/tdelementor/tdelementor.php:932 (__construct)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.227
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.226
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.225
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.225
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.225
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.224
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` a
LEFT JOIN `ps_tdelementor_post_lang` `b` ON a.`id_tdelementor_post` = b.`id_tdelementor_post` AND b.`id_lang` = 1
WHERE (a.`id_tdelementor_post` = 3) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/tdelementor/classes/TdElementorPost.php:42 (__construct)
/modules/tdelementor/tdelementor.php:932 (__construct)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2077 |
0.221
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.220
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdthreesixty" LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdstockinfo" LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/f2/a0/c0/f2a0c0b23ddc0d6726508cc7915b6d4261354aaf_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b08c7cb1_52014666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:587 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:843 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.219
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.217
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (18) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.217
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/tdelementor/classes/TdElementorWpHelper.php:1511 (getLinks)
/modules/tdelementor/includes/widgets/footer-links.php:899 (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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 4 AND `id_object` = 2081 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.213
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (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/icon-box.php:555 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2082 LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.211
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 38 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
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.211
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6910 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2081) |
0.210
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2077 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2081
AND DATEDIFF("2026-04-30 00:00:00", product_shop.`date_add`) < 0 LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 23) AND (a0.`nright` > 30) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.206
ms
|
13 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1346 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 115 AND `id_shop` = 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1005 (__construct)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.204
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.202
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'product' LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:616 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.200
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.200
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/documents-manager.php:241 (get)
/modules/tdelementor/includes/frontend.php:884 (get_doc_for_frontend)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.200
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1083 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/a0/c9/c0/a0c9c08cd8ad058a44a2cd4ca8fd515ae9be863e_2.file.email-subscription.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0a1dd10_20750103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/modules/tdelementor/includes/widgets/email-subscription.php:683 (fetch)
/modules/tdelementor/includes/widgets/email-subscription.php:665 (fetch)
/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:911 (print_elements_with_wrapper)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2081 |
0.199
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 16131 LIMIT 1 |
0.199
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5689 (getPrice)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.195
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (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:571 (__construct)
/modules/tdelementor/includes/plugin.php:494 (init_components)
/modules/tdelementor/includes/plugin.php:642 (init)
/modules/tdelementor/includes/plugin.php:462 (__construct)
/modules/tdelementor/tdelementor.php:933 (instance)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:893 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE position FROM `ps_category_product` WHERE id_category = 115 AND id_product = 2081 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/tdthemesettings/tdthemesettings.php:939
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2082 |
0.193
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/f2/a0/c0/f2a0c0b23ddc0d6726508cc7915b6d4261354aaf_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b08c7cb1_52014666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:587 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:843 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/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 ps_shop s
LEFT JOIN ps_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.192
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 382 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:209 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2081 |
0.190
ms
|
1 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:1068 (hasCombinations)
/controllers/front/ProductController.php:1209 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2082 |
0.190
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/tdthemesettings/tdthemesettings.php:982 (present)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE id_productvideo FROM ps_tdproductvideo WHERE id_product = 2081 LIMIT 1 |
0.190
ms
|
1 |
|
|
/modules/tdproductvideo/classes/ClassTdProductVideo.php:48
/modules/tdproductvideo/tdproductvideo.php:194 (getIdByProduct)
/modules/tdproductvideo/tdproductvideo.php:185 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2081 |
0.189
ms
|
1 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `ps_tdproduct_comment` pc
WHERE pc.`id_product` = 2081
AND pc.`id_customer` = 0
ORDER BY pc.`date_add` DESC LIMIT 1 |
0.189
ms
|
1 |
Yes
|
|
/modules/tdproductcomments/classes/TdProductComment.php:118
/modules/tdproductcomments/tdproductcomments.php:1043 (getByCustomer)
/modules/tdproductcomments/tdproductcomments.php:985 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 211 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2082) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2081 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 2081
AND id_shop = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2082) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7878 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 115 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:957 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.185
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/controller/FrontController.php:1002 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2082 AND id_shop=1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 128 AND `id_shop` = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:104 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 127 AND `id_shop` = 1 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/f2/a0/c0/f2a0c0b23ddc0d6726508cc7915b6d4261354aaf_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b08c7cb1_52014666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:587 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:843 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/module/Module.php:2137
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:209 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdproductvideo" LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 2077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 115 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Language.php:883
/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:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'product'
AND bc.`key_related` = '2081' LIMIT 1 |
0.179
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/classes/TdElementorWpHelper.php:1349 (getRelatedByKey)
/modules/tdelementor/tdelementor.php:420 (reset_post_var)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 124 AND `id_shop` = 1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 16131 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5923 (__construct)
/classes/Product.php:5886 (computeUnitPriceRatio)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/tdthemesettings/tdthemesettings.php:981 (assembleProduct)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 123 AND `id_shop` = 1 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2081 |
0.176
ms
|
1 |
|
|
/classes/Product.php:7508
/classes/Product.php:7588 (getProductAttributesIds)
/controllers/front/ProductController.php:1068 (hasCombinations)
/controllers/front/ProductController.php:608 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 125 AND `id_shop` = 1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:815 (__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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 4 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.176
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/base.php:145 (get_meta)
/modules/tdelementor/core/files/css/base.php:235 (get_url)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 115 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Product.php:5670
/controllers/front/ProductController.php:1217 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.175
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/files/assets/svg/svg-handler.php:51 (get_option)
/modules/tdelementor/core/files/assets/svg/svg-handler.php:768 (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/includes/elements/section.php:244 (start_controls_section)
/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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2082) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 4 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.175
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.174
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:319 (get_option)
/modules/tdelementor/includes/elements/section.php:1101 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:115 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:123 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE id_threesixty FROM ps_tdthreesixty WHERE id_product = 2081 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/tdthreesixty/classes/TdProductThreeSixty.php:64
/modules/tdthreesixty/tdthreesixty.php:360 (getIdByProduct)
/modules/tdthreesixty/tdthreesixty.php:351 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:239 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/4b/c7/eb/4bc7ebaf7d0dbbf6d041639f8690430ee953a6cd_2.file.product-cover-thumbnails.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b07c88d5_75071382)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:334 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:352 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:367 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:794 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.172
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_tdproduct_comment` pc
WHERE pc.`id_product` = 2081
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/tdproductcomments/classes/TdProductComment.php:165
/modules/tdproductcomments/tdproductcomments.php:1038 (getRatings)
/modules/tdproductcomments/tdproductcomments.php:979 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/8b/68/87/8b688760b0f3a3ebf1f8a9b80c0493e1a42a9441_2.file.product-jsonld.tpl.php:82 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0434c51_01074606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:294 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/91/19/0b/91190bd130b04a90fd81eadd45a50dc7fe429bf2_2.file.head.tpl.php:290 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/91/19/0b/91190bd130b04a90fd81eadd45a50dc7fe429bf2_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03f5627_89819736)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.172
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2077 AND id_shop=1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/tdthemesettings/tdthemesettings.php:946 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (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)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdrealtimevisitor" LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:815 (__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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:252 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:108 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'displayLeftColumn' LIMIT 1 |
0.169
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:108 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2077 |
0.168
ms
|
2 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/tdthemesettings/tdthemesettings.php:982 (present)
/modules/tdthemesettings/tdthemesettings.php:949 (getInfoProduct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/f2/a0/c0/f2a0c0b23ddc0d6726508cc7915b6d4261354aaf_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b08c7cb1_52014666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:587 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:843 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdshoppingcart" LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:119 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/module/Module.php:2137
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/bc/a0/a9/bca0a9576fdd06906d856a78038968233d4e5119_2.file.offcanvas-modal.tpl.php:252 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0b75f93_47510623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:578 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:113 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.165
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:319 (get_option)
/modules/tdelementor/includes/elements/section.php:1101 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 4 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.165
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:71 (get)
/modules/tdelementor/core/files/css/post.php:189 (get_data)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.164
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 22 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 2082) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/tdthemesettings/tdthemesettings.php:954 (__construct)
/modules/tdthemesettings/tdthemesettings.php:1025 (getLinksInCategory)
/classes/Hook.php:1083 (hookDisplayPrevNext)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:320 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:787 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:351 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:506 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.164
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:71 (get)
/modules/tdelementor/core/files/css/post.php:189 (get_data)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.163
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'display404Elementor' LIMIT 1 |
0.163
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.162
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/09/41/01/094101e895060f6787606e27bfdbda8a3c13d88f_2.file.footer.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0972d32_63884489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:542 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:100 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2081 |
0.162
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:119 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 143 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:131 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 162 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:135 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.160
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:71 (get)
/modules/tdelementor/core/files/css/post.php:189 (get_data)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:115 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 116 AND `id_shop` = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdelementor/includes/managers/widgets.php:127 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdproductwishlist" LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:127 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bitmegamenu" LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:135 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:104 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdcompare" LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:123 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdmegamenu" LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdelementor/includes/managers/widgets.php:131 (isEnabled)
/modules/tdelementor/includes/managers/widgets.php:239 (init_widgets)
/modules/tdelementor/includes/elements/column.php:1032 (get_widget_types)
/modules/tdelementor/includes/base/element-base.php:943 (_get_default_child_type)
/modules/tdelementor/includes/base/element-base.php:372 (get_child_type)
/modules/tdelementor/includes/base/element-base.php:989 (add_child)
/modules/tdelementor/includes/base/element-base.php:330 (init_children)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:125 (get_children)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:126 (render_styles)
/modules/tdelementor/core/files/css/post.php:319 (add_controls_stack_style_rules)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'displayFooterProduct' LIMIT 1 |
0.156
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.156
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/includes/managers/schemes.php:319 (get_option)
/modules/tdelementor/includes/elements/section.php:1101 (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/core/files/css/post.php:317 (get_settings)
/modules/tdelementor/core/files/css/post.php:199 (render_styles)
/modules/tdelementor/core/files/css/base.php:647 (render_css)
/modules/tdelementor/core/files/base.php:155 (parse_content)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:82 (get_content)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/core/dynamic-tags/manager.php:396 (enqueue)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7878 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 2 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.156
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/document-types/post.php:230 (get_post_meta)
/modules/tdelementor/core/documents-manager.php:201 (__construct)
/modules/tdelementor/core/documents-manager.php:241 (get)
/modules/tdelementor/includes/frontend.php:884 (get_doc_for_frontend)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 115 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.153
ms
|
233 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:696 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.151
ms
|
88 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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 |
0.151
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdadditionaltabs" LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.149
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` p
WHERE (p.post_type = "header") |
0.148
ms
|
44 |
|
|
/modules/tdelementor/tdelementor.php:1406
/modules/tdthemesettings/tdthemesettings.php:359 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'displayRightColumnProduct' LIMIT 1 |
0.147
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.147
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.146
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (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:571 (__construct)
/modules/tdelementor/includes/plugin.php:494 (init_components)
/modules/tdelementor/includes/plugin.php:642 (init)
/modules/tdelementor/includes/plugin.php:462 (__construct)
/modules/tdelementor/tdelementor.php:933 (instance)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'displayLeftColumnProduct' LIMIT 1 |
0.146
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdproductcomments" LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/classes/Tools.php:700 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_related` bc
LEFT JOIN `ps_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` = 'displayContactElementor' LIMIT 1 |
0.143
ms
|
35 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:855
/modules/tdelementor/tdelementor.php:523 (getRelatedByKey)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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.142
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/tdelementor/tdelementor.php:535 (getCacheId)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.142
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 49 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 2081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7881 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.140
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-04-30 00:00:00' AND '2026-04-30 23:59:59' LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.139
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
:undefined (__construct)
/modules/tdelementor/core/files/manager.php:53 (newInstanceArgs)
/modules/tdelementor/core/files/base.php:84 (get)
/modules/tdelementor/includes/frontend.php:903 (create)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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)
|
| 76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 121 AND `id_shop` = 1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-04-30 00:00:00' AND '2026-04-30 23:59:59' LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:645 (computeExtraConditions)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.136
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/classes/TdElementorWpHelper.php:1048 (get_post_meta)
/modules/tdelementor/core/responsive/responsive.php:120 (get_option)
:undefined (TdElementor\Core\Responsive\{closure})
/modules/tdelementor/core/responsive/responsive.php:127 (array_reduce)
/modules/tdelementor/core/files/css/base.php:751 (get_breakpoints)
/modules/tdelementor/core/files/css/base.php:117 (init_stylesheet)
/modules/tdelementor/core/files/css/post.php:59 (__construct)
/modules/tdelementor/core/dynamic-tags/dynamic-css.php:35 (__construct)
/modules/tdelementor/core/dynamic-tags/manager.php:394 (__construct)
:undefined (after_enqueue_post_css)
/modules/tdelementor/classes/TdElementorWpHelper.php:619 (call_user_func_array)
/modules/tdelementor/core/files/css/base.php:282 (do_action)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:303 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 86 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.135
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1249 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tdelementor" LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/tdthemesettings/tdthemesettings.php:357 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 2081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7880 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 115 AND `id_shop` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1213 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2081 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1763 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 2 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.128
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/css/base.php:218 (get_meta)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ps_tdproduct_comment` pc
WHERE `id_product` = 2081 AND `validate` = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/modules/tdproductcomments/classes/TdProductComment.php:223
/modules/tdproductcomments/tdproductcomments.php:1039 (getCommentNumber)
/modules/tdproductcomments/tdproductcomments.php:979 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/8b/68/87/8b688760b0f3a3ebf1f8a9b80c0493e1a42a9441_2.file.product-jsonld.tpl.php:82 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0434c51_01074606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:294 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/91/19/0b/91190bd130b04a90fd81eadd45a50dc7fe429bf2_2.file.head.tpl.php:290 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/91/19/0b/91190bd130b04a90fd81eadd45a50dc7fe429bf2_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03f5627_89819736)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 115
AND id_shop = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/controllers/front/ProductController.php:893 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.126
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/base.php:145 (get_meta)
/modules/tdelementor/core/files/css/base.php:235 (get_url)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 2081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7879 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Group.php:174
/controllers/front/ProductController.php:634 (getPriceDisplayMethod)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:223 (isInstalled)
: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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/tax/TaxManagerFactory.php:71 (getInstanceByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6909 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` p
WHERE (p.post_type = "home") |
0.124
ms
|
44 |
|
|
/modules/tdelementor/tdelementor.php:1406
/modules/tdthemesettings/tdthemesettings.php:361 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE value FROM ps_tdelementor_meta WHERE id = 2 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.124
ms
|
56 |
|
|
/modules/tdelementor/classes/TdElementorWpHelper.php:976
/modules/tdelementor/core/files/css/post.php:121 (get_post_meta)
/modules/tdelementor/core/files/base.php:232 (load_meta)
/modules/tdelementor/core/files/base.php:145 (get_meta)
/modules/tdelementor/core/files/css/base.php:235 (get_url)
/modules/tdelementor/core/files/css/post.php:217 (enqueue)
/modules/tdelementor/includes/frontend.php:907 (enqueue)
/modules/tdelementor/tdelementor.php:933 (get_builder_content)
/modules/tdelementor/tdelementor.php:909 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_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/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/ce/c3/77/cec377fff1715f6108c28e5ce2f2131904c34388_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b0494a41_37949978)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:232 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/81/d4/e6/81d4e68c2ee76340f14f586bd695bbf8abeb8327_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03d4c56_36943088)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/PRS028layouts_layout_full_width_tpl/aa/cd/17/aacd1721227b78587bef1e4718ba7120a6eaa30d_2.file.product.tpl.php:105 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2f4b03ab1f0_21160650)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2081
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:648 (_getScoreQuery)
/controllers/front/ProductController.php:611 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `ps_tdelementor_post` p
WHERE (p.post_type = "footer") |
0.121
ms
|
44 |
|
|
/modules/tdelementor/tdelementor.php:1406
/modules/tdthemesettings/tdthemesettings.php:360 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 44 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2081 AND id_shop=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1466 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.107
ms
|
1 |
|
|
/classes/ObjectModel.php:1595
/classes/ObjectModel.php:1627 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1558 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/ObjectModel.php:1732
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 99 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 110 AND `id_shop` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/tdthemesettings/tdthemesettings.php:357 (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:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1659 (isEnabled)
/classes/controller/FrontController.php:1803 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1466 (getTemplateVarPage)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|