| 172 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM 0qayi_product p LEFT JOIN 0qayi_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 0qayi_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 0qayi_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN 0qayi_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 0qayi_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 0qayi_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 0qayi_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 0qayi_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='19' GROUP BY p.id_product) p INNER JOIN 0qayi_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
3411
ms
|
815541385291776 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `0qayi_manufacturer` m INNER JOIN 0qayi_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `0qayi_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC |
77.504
ms
|
27 |
Yes
|
Yes
|
/classes/Manufacturer.php:195
/modules/leoelements/includes/widgets/LeoProductCarousel.php:108 (getManufacturers)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (22725,22726,22727,22728,22729,22730,22731,22732,22733,22734,22735,22736) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
50.436
ms
|
2208 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22735) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
43.991
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM 0qayi_leoelements_profiles p
INNER JOIN 0qayi_leoelements_profiles_lang pl ON (p.id_leoelements_profiles = pl.id_leoelements_profiles)
INNER JOIN 0qayi_leoelements_profiles_shop ps ON (ps.id_leoelements_profiles = p.id_leoelements_profiles)
WHERE id_shop=1 AND id_lang=1 |
41.406
ms
|
7 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:314
/modules/leoelements/leoelements.php:424 (getAllProfileByShop)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22733
ORDER BY f.position ASC, fvl.value ASC |
35.997
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
34.802
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22727) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
33.032
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22736
AND cl.`id_lang` = 1 |
31.738
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22736
ORDER BY f.position ASC, fvl.value ASC |
29.174
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
27.980
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22736) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
24.995
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 223 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
24.892
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE id_page_type
FROM 0qayi_page_type
WHERE name = 'manufacturer' LIMIT 1 |
20.575
ms
|
1 |
|
|
/classes/Page.php:100
/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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22734
AND cl.`id_lang` = 1 |
20.064
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22733
AND cl.`id_lang` = 1 |
19.757
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 344 |
INSERT INTO `0qayi_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('5433101', '5380', '3628718199', '', '1', '1', '2026-04-30 00:08:27') |
19.318
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 340 |
INSERT INTO `0qayi_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') |
18.507
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ObjectModel.php:489 (add)
/classes/Guest.php:256 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 379 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayBeforeBodyClosingTag" |
17.959
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 380 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionObjectAddAfter" |
14.949
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 357 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionPresentCart" |
13.955
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 356 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionFrontControllerSetMedia" |
12.934
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 358 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="overrideLayoutTemplate" |
12.934
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE `id_page`
FROM `0qayi_page`
WHERE `id_page_type` = 17 AND `id_object` = 19 LIMIT 1 |
12.856
ms
|
2 |
|
|
/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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22735
ORDER BY f.position ASC, fvl.value ASC |
12.037
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `0qayi_hook` |
11.982
ms
|
1211 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:961 (getIdByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 148 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `0qayi_category` c
INNER JOIN `0qayi_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `0qayi_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 <= 415
ORDER BY `level_depth` ASC, cs.`position` ASC |
11.804
ms
|
184 |
Yes
|
|
/modules/leoelements/leoelements.php:1835
/modules/leoelements/includes/widgets/LeoProductCarousel.php:106 (getCategories)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 42 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
11.673
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 345 |
INSERT INTO `0qayi_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('5404770', '', 'etm-racing.com/brand/19-speedbrakes?page=1031', '', '2026-04-30 00:08:27') |
11.593
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/classes/ConnectionsSource.php:106 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
10.969
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
10.737
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/leoelements/includes/managers/widgets.php:102 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE id_cache_page FROM `0qayi_ets_superspeed_cache_page`
WHERE page="manufacturer"
AND id_lang="1"
AND id_country = "8"
AND id_currency = "1"
AND id_shop="1"
AND user_agent="Desktop"
AND date_add > "2026-04-29 23:53:27"AND id_object="19" AND has_customer=0 AND has_cart=0 LIMIT 1 |
10.714
ms
|
2 |
|
|
/modules/ets_superspeed/classes/cache.php:235
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `id_guest`
FROM `0qayi_connections`
WHERE `id_guest` = 5433101
AND `date_add` > '2026-04-29 23:38:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
10.317
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:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
10.169
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22735
AND cl.`id_lang` = 1 |
9.903
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
9.778
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 225 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22733) |
9.774
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 381 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionOutputHTMLBefore" |
9.571
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 0 LIMIT 1 |
9.426
ms
|
1 |
|
|
/classes/SpecificPrice.php:433
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22735 AND `id_group` = 1 LIMIT 1 |
9.275
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 355 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionFrontControllerInitAfter" |
9.219
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 243 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22736 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22736 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
9.204
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 353 |
UPDATE `0qayi_ets_superspeed_cache_page` SET `id_cache_page` = '1097',`page` = 'manufacturer',`id_object` = '19',`id_product_attribute` = '0',`ip` = '216.73.216.119',`file_cache` = '255239a2e7e05800be3656566009c2f04aae9d3aacfad312f45f6d99e8d03e90',`request_uri` = '/brand/19-speedbrakes?page=1031',`id_shop` = '1',`id_lang` = '1',`id_currency` = '1',`id_country` = '8',`has_customer` = '0',`has_cart` = '0',`click` = '1',`file_size` = '138.01',`user_agent` = 'Desktop',`date_add` = '2026-04-30 00:08:27',`date_expired` = '2026-05-30 00:08:27' WHERE `id_cache_page` = 1097 |
8.857
ms
|
1 |
|
|
/classes/ObjectModel.php:721
/modules/ets_superspeed/classes/cache.php:324 (update)
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22733
ORDER BY `position` |
8.846
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 352 |
INSERT INTO `0qayi_ets_superspeed_cache_page` (`page`, `id_object`, `id_product_attribute`, `ip`, `file_cache`, `request_uri`, `id_shop`, `id_lang`, `id_currency`, `id_country`, `has_customer`, `has_cart`, `click`, `file_size`, `user_agent`, `date_add`, `date_expired`) VALUES ('manufacturer', '19', '0', '216.73.216.119', '255239a2e7e05800be3656566009c2f04aae9d3aacfad312f45f6d99e8d03e90', '/brand/19-speedbrakes?page=1031', '1', '1', '1', '8', '0', '0', '1', '0', 'Desktop', '2026-04-30 00:08:27', '2026-05-30 00:08:27') |
8.840
ms
|
1 |
|
|
/classes/ObjectModel.php:535
/modules/ets_superspeed/classes/ets_superspeed_cache_page.php:88 (add)
/modules/ets_superspeed/classes/cache.php:319 (add)
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 354 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="moduleRoutes" |
8.758
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE *
FROM `0qayi_leoelements_contents` a
LEFT JOIN `0qayi_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 36) LIMIT 1 |
8.603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1225 (__construct)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22728
ORDER BY f.position ASC, fvl.value ASC |
8.342
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE * FROM 0qayi_gender_lang WHERE id_lang=1 |
8.327
ms
|
2 |
|
|
/modules/leoquicklogin/leoquicklogin.php:1182
/modules/leoquicklogin/leoquicklogin.php:1205 (buildQuickLoginForm)
/modules/leoquicklogin/leoquicklogin.php:1019 (buildModal)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 382 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionObjectUpdateAfter" |
8.303
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `0qayi_cms` a
LEFT JOIN `0qayi_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `0qayi_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
8.264
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:574 (__construct)
/modules/leoquicklogin/leoquicklogin.php:1180 (getCMSLink)
/modules/leoquicklogin/leoquicklogin.php:1205 (buildQuickLoginForm)
/modules/leoquicklogin/leoquicklogin.php:1019 (buildModal)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE *
FROM 0qayi_btmegamenu_group gr
LEFT JOIN 0qayi_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1
WHERE gr.id_shop = 1 ORDER BY gr.id_btmegamenu_group |
8.242
ms
|
5 |
|
|
/modules/leobootstrapmenu/leobootstrapmenu.php:2830
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:107 (getGroups)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 359 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="actionBuildFrontEndObject" |
7.946
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE id_cache_page FROM `0qayi_ets_superspeed_cache_page` WHERE file_cache = "255239a2e7e05800be3656566009c2f04aae9d3aacfad312f45f6d99e8d03e90" AND id_shop="1" LIMIT 1 |
7.693
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:273
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `0qayi_tab` |
7.504
ms
|
235 |
|
|
/classes/Tab.php:354
/modules/leoquicklogin/leoquicklogin.php:77 (getIdFromClassName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 360 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayHeader" |
7.455
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `0qayi_attribute_group` ag INNER JOIN 0qayi_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `0qayi_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `0qayi_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `0qayi_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
7.445
ms
|
6 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 361 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="productSearchProvider" |
7.421
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 195 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22727) |
7.377
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 19 |
DELETE FROM `0qayi_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list"
) |
7.304
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 312 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
7.014
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 364 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayBanner" |
6.951
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 365 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayNav1" |
6.945
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 363 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayAfterBodyOpeningTag" |
6.942
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 362 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayAfterTitleTag" |
6.941
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 233 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22734 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
6.833
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22734
ORDER BY `position` |
6.789
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 40 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
6.782
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/documents-manager.php:242 (get)
/modules/leoelements/includes/frontend.php:1009 (get_doc_for_frontend)
/modules/leoelements/leoelements.php:1386 (get_builder_content)
/modules/leoelements/leoelements.php:2958 (getWidgetVariables)
/modules/leoelements/leoelements.php:1365 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 187 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22725 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22725 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
6.758
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ps_accounts" LIMIT 1 |
6.680
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:311 (isInstalled)
/modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:66 (getPsAccountsService)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22736) AND (b.`id_shop` = 1) LIMIT 1 |
6.579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22728) AND (b.`id_shop` = 1) LIMIT 1 |
6.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `0qayi_leoelements_contents` a
LEFT JOIN `0qayi_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 42) LIMIT 1 |
6.513
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1201 (__construct)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `0qayi_manufacturer` m INNER JOIN 0qayi_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `0qayi_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 GROUP BY m.`id_manufacturer`ORDER BY m.`name` ASC
LIMIT 0,1000000 |
6.366
ms
|
27 |
Yes
|
Yes
|
/classes/Manufacturer.php:195
/modules/leoelements/includes/widgets/LeoManufacturersCarousel.php:249 (getManufacturers)
/modules/leoelements/includes/widgets/LeoManufacturersCarousel.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22727
ORDER BY f.position ASC, fvl.value ASC |
6.350
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22732
ORDER BY f.position ASC, fvl.value ASC |
6.201
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE * FROM `0qayi_btmegamenu_group` gr
LEFT JOIN 0qayi_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1
WHERE (`id_shop` = 1) |
6.008
ms
|
5 |
|
|
/modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94
/modules/leobootstrapmenu/classes/BtmegamenuGroup.php:111 (getGroups)
/modules/leoelements/includes/widgets/LeoBootstrapmenu.php:208 (cacheGroupsByFields)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1386 (get_builder_content)
/modules/leoelements/leoelements.php:2958 (getWidgetVariables)
/modules/leoelements/leoelements.php:1365 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 369 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayLeftColumn" |
5.962
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 366 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayNav2" |
5.952
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 367 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayTop" |
5.945
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 368 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayNavFullWidth" |
5.944
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 373 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayProductPriceBlock" |
5.934
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 370 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayHeaderCategory" |
5.930
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22733 |
5.928
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22726 AND `id_group` = 1 LIMIT 1 |
5.898
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 230 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22734) |
5.687
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE 1 FROM 0qayi_cart_product cp INNER JOIN 0qayi_product p
ON (p.id_product = cp.id_product) INNER JOIN 0qayi_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
5.631
ms
|
1 |
|
|
/classes/Cart.php:4072
/classes/Cart.php:4053 (hasProducts)
/classes/Cart.php:2036 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:138 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/49/0f/be/490fbe21df1a8b8fb39f0bf73c39823b49c79235_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062accd2d6_62659950)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/2e/52/41/2e5241ace8301889478b9c0e1f3a3b45fc998cbc_2.file.head.tpl.php:364 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/2e/52/41/2e5241ace8301889478b9c0e1f3a3b45fc998cbc_2.file.head.tpl.php:59 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac7f186_19012225)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:165 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22728
AND cl.`id_lang` = 1 |
5.614
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22736 LIMIT 1 |
5.542
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 372 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayLeoCompareButton" |
5.520
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `0qayi_group` a
LEFT JOIN `0qayi_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
5.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1731 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1738 (getCache)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE * FROM `0qayi_leoelements_product_list` a INNER JOIN `0qayi_leoelements_product_list_shop` ps ON (ps.`id_leoelements_product_list` = a.`id_leoelements_product_list`) WHERE plist_key= "plist2469222679" AND ps.id_shop=1 |
5.423
ms
|
6 |
|
|
/modules/leoelements/leoelements.php:1299
/modules/leoelements/leoelements.php:701 (getProductListConfig)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22732) AND (b.`id_shop` = 1) LIMIT 1 |
5.045
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22735) AND (b.`id_shop` = 1) LIMIT 1 |
5.025
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 375 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayFooterCategory" |
4.955
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 376 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayFooterBefore" |
4.934
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 374 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayLeoCartButton" |
4.931
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `0qayi_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `0qayi_hook_alias` ha
INNER JOIN `0qayi_hook` h ON ha.name = h.name |
4.768
ms
|
0 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:63 (getIdByName)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM 0qayi_leoelements_positions p |
4.728
ms
|
41 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:318
/modules/leoelements/leoelements.php:424 (getAllProfileByShop)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 235 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22735) |
4.697
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22733 LIMIT 1 |
4.680
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 378 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayFooterAfter" |
4.649
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
4.457
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22725
AND cl.`id_lang` = 1 |
4.432
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22727) AND (b.`id_shop` = 1) LIMIT 1 |
4.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 377 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayFooter" |
4.230
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `0qayi_category` c
INNER JOIN `0qayi_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `0qayi_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 <= 415
ORDER BY `level_depth` ASC, cs.`position` ASC |
4.203
ms
|
184 |
Yes
|
|
/modules/leoelements/leoelements.php:1835
/modules/leoelements/includes/widgets/LeoBlockLink.php:285 (getCategories)
/modules/leoelements/includes/widgets/LeoBlockLink.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
4.163
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/leoelements/includes/managers/widgets.php:99 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 26 |
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 `0qayi_configuration` c
LEFT JOIN `0qayi_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.150
ms
|
1141 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Dispatcher.php:678 (get)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 244 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22725) AND (b.`id_shop` = 1) LIMIT 1 |
4.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22734) AND (b.`id_shop` = 1) LIMIT 1 |
4.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22730) AND (b.`id_shop` = 1) LIMIT 1 |
4.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 215 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22731) |
4.076
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE *
FROM 0qayi_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.randkey IS NOT NULL AND gr.randkey != "" ORDER BY gr.id_leoslideshow_groups AND gr.randkey IS NOT NULL |
4.062
ms
|
3 |
Yes
|
|
/modules/leoslideshow/leoslideshow.php:536
/modules/leoelements/includes/widgets/LeoSlideshow.php:107 (getAllSlides)
/modules/leoelements/includes/widgets/LeoSlideshow.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
4.019
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22729
AND cl.`id_lang` = 1 |
3.987
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22726) AND (b.`id_shop` = 1) LIMIT 1 |
3.962
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22735 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.947
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22727 |
3.926
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
3.899
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22734 LIMIT 1 |
3.849
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ps_facebook" LIMIT 1 |
3.816
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22727
ORDER BY `position` |
3.788
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22725) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
3.741
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22736
ORDER BY `position` |
3.695
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "leoelements" LIMIT 1 |
3.685
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22735 LIMIT 1 |
3.576
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22729 AND `id_group` = 1 LIMIT 1 |
3.528
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22733) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.515
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM 0qayi_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
3.511
ms
|
72 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 179 |
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 `0qayi_hook_module` hm
STRAIGHT_JOIN `0qayi_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `0qayi_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3.473
ms
|
566 |
|
|
/classes/Hook.php:495
/classes/Hook.php:542 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:63 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22731 |
3.464
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22729) |
3.441
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
3.433
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `0qayi_leoelements_contents` a
LEFT JOIN `0qayi_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 40) LIMIT 1 |
3.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1183 (__construct)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22731) AND (b.`id_shop` = 1) LIMIT 1 |
3.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 371 |
INSERT IGNORE INTO `0qayi_ets_superspeed_cache_page_hook` set id_cache_page="1097", hook_name="displayLeoWishlistButton" |
3.364
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1779 (setCache)
/modules/ets_superspeed/ets_superspeed.php:925 (createCache)
/classes/Hook.php:1237 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:760 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *
FROM `0qayi_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
3.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 190 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22726) |
3.334
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.326
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE tr.*
FROM `0qayi_tax_rule` tr
JOIN `0qayi_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` = 1
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 |
3.320
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:5731 (getTaxCalculator)
/classes/Product.php:5623 (getTaxesInformations)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 177 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22725) |
3.306
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE data
FROM `0qayi_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
3.250
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1237 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:410 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:146 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 203 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22728 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22728 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.221
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22729 |
3.212
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
3.199
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22734 AND `id_group` = 1 LIMIT 1 |
3.174
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22729 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22729 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.147
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 41 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
3.124
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/documents-manager.php:242 (get)
/modules/leoelements/includes/frontend.php:1009 (get_doc_for_frontend)
/modules/leoelements/leoelements.php:1386 (get_builder_content)
/modules/leoelements/leoelements.php:2958 (getWidgetVariables)
/modules/leoelements/leoelements.php:1365 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22725 AND `id_group` = 1 LIMIT 1 |
3.035
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 193 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22726 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22726 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.017
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `0qayi_lgcookieslaw_purpose` a
LEFT JOIN `0qayi_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
3.014
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:385
/modules/lgcookieslaw/lgcookieslaw.php:5530 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5409 (getConsentModeContent)
/classes/Hook.php:1237 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/2e/52/41/2e5241ace8301889478b9c0e1f3a3b45fc998cbc_2.file.head.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/2e/52/41/2e5241ace8301889478b9c0e1f3a3b45fc998cbc_2.file.head.tpl.php:254 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/2e/52/41/2e5241ace8301889478b9c0e1f3a3b45fc998cbc_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac7f186_19012225)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:165 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
3.000
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
2.927
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
2.926
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22734 |
2.918
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
2.909
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22730
ORDER BY `position` |
2.867
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE `name`
FROM `0qayi_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1 |
2.864
ms
|
1 |
|
|
/classes/Manufacturer.php:306
/src/Adapter/Presenter/Product/ProductLazyArray.php:586 (getNameById)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getManufacturerName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE id_shop
FROM `0qayi_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
2.821
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Group.php:407 (isAssociatedToShop)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1731 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1738 (getCache)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `0qayi_country`
WHERE `id_country` = 8 LIMIT 1 |
2.806
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/modules/leoelements/includes/widgets/LeoGenCode.php:172 (getTemplateVarShop)
/modules/leoelements/includes/widgets/LeoGenCode.php:135 (generateFile)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1386 (get_builder_content)
/modules/leoelements/leoelements.php:2958 (getWidgetVariables)
/modules/leoelements/leoelements.php:1365 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM 0qayi_required_field |
2.752
ms
|
1 |
|
|
/classes/ObjectModel.php:1437
/classes/ObjectModel.php:1472 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1403 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:558 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
2.683
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `0qayi_hook_alias` |
2.668
ms
|
86 |
|
|
/classes/Hook.php:319
/classes/Hook.php:350 (getAllHookAliases)
/classes/Hook.php:825 (getHookAliasesFor)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `0qayi_lang` l
LEFT JOIN `0qayi_lang_shop` ls ON (l.id_lang = ls.id_lang) |
2.660
ms
|
1 |
|
|
/classes/Language.php:1070
/config/config.inc.php:151 (loadLanguages)
/index.php:40 (require_once)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `0qayi_module` m
LEFT JOIN `0qayi_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.649
ms
|
89 |
|
|
/classes/module/Module.php:343
/modules/leoelements/leoelements.php:126 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `0qayi_category` a
LEFT JOIN `0qayi_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `0qayi_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 |
2.632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/modules/leoelements/leoelements.php:1812 (__construct)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:106 (getCategories)
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22733) AND (b.`id_shop` = 1) LIMIT 1 |
2.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (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 `0qayi_configuration` c
LEFT JOIN `0qayi_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.490
ms
|
1141 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 267 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22732
ORDER BY `position` |
2.419
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE pl.*
FROM `0qayi_leoelements_product_list` pl
INNER JOIN `0qayi_leoelements_product_list_shop` `pl_s` ON pl_s.`id_leoelements_product_list` = pl.`id_leoelements_product_list`
WHERE (pl_s.`id_shop` = 1) |
2.413
ms
|
6 |
|
|
/modules/leoelements/includes/widgets/LeoProductCarousel.php:122
/modules/leoelements/includes/widgets/LeoProductCarousel.php:90 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
2.365
ms
|
0 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/leoelements/includes/fonts.php:157 (isEnabled)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `0qayi_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
2.364
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:224 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 324 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22733) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.298
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `0qayi_category` c
INNER JOIN `0qayi_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `0qayi_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 <= 415
ORDER BY `level_depth` ASC, cs.`position` ASC |
2.289
ms
|
184 |
Yes
|
|
/modules/leoelements/leoelements.php:1835
/modules/leoelements/includes/widgets/LeoManufacturersCarousel.php:247 (getCategories)
/modules/leoelements/includes/widgets/LeoManufacturersCarousel.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
2.194
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22732
AND cl.`id_lang` = 1 |
2.180
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22734
ORDER BY f.position ASC, fvl.value ASC |
2.180
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
2.143
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/responsive/responsive.php:116 (get_breakpoints)
/modules/leoelements/includes/settings/settings.php:718 (get_editable_breakpoints)
/modules/leoelements/includes/plugin.php:574 (__construct)
/modules/leoelements/includes/plugin.php:500 (init_components)
/modules/leoelements/includes/plugin.php:641 (init)
/modules/leoelements/includes/plugin.php:469 (__construct)
/modules/leoelements/leoelements.php:593 (instance)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `0qayi_module` m
INNER JOIN 0qayi_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `0qayi_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `0qayi_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `0qayi_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.143
ms
|
1638 |
Yes
|
Yes
|
/classes/Hook.php:1500
/classes/Hook.php:809 (getAllHookRegistrations)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 86 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
2.140
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/responsive/responsive.php:116 (get_breakpoints)
/modules/leoelements/includes/settings/settings.php:718 (get_editable_breakpoints)
/modules/leoelements/includes/plugin.php:574 (__construct)
/modules/leoelements/includes/plugin.php:500 (init_components)
/modules/leoelements/includes/plugin.php:641 (init)
/modules/leoelements/includes/plugin.php:469 (__construct)
/modules/leoelements/leoelements.php:593 (instance)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
2.136
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/includes/frontend.php:1230 (get_breakpoints)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
2.112
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
2.108
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 41 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
2.106
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
2.078
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/includes/frontend.php:1230 (get_breakpoints)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE c.id_cms, l.meta_title
FROM 0qayi_cms c
JOIN 0qayi_cms_lang l ON (c.id_cms = l.id_cms)
INNER JOIN 0qayi_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE l.id_lang = 1 AND c.`active` = 1
GROUP BY c.id_cms
ORDER BY c.`position` |
2.054
ms
|
7 |
Yes
|
Yes
|
/classes/CMS.php:176
/modules/leoelements/leoelements.php:2088 (listCms)
/modules/leoelements/includes/widgets/LeoBlockLink.php:300 (getCms)
/modules/leoelements/includes/widgets/LeoBlockLink.php:86 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22726) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.870
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE *
FROM `0qayi_manufacturer` a
LEFT JOIN `0qayi_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `0qayi_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1 |
1.855
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:111 (__construct)
/controllers/front/listing/ManufacturerController.php:74 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `0qayi_category` a
LEFT JOIN `0qayi_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `0qayi_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
1.854
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:74 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE id_shop
FROM `0qayi_manufacturer_shop`
WHERE `id_manufacturer` = 19
AND id_shop = 1 LIMIT 1 |
1.789
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/controllers/front/listing/ManufacturerController.php:76 (isAssociatedToShop)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22726
AND cl.`id_lang` = 1 |
1.758
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
1.689
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22727
AND cl.`id_lang` = 1 |
1.673
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22735 |
1.663
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 41 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.657
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22725
ORDER BY f.position ASC, fvl.value ASC |
1.617
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
1.516
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM `0qayi_tax_lang`
WHERE `id_tax` = 1 |
1.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:113 (__construct)
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22726
ORDER BY f.position ASC, fvl.value ASC |
1.389
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
1.340
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22734) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.329
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22731
ORDER BY `position` |
1.292
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
1.272
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:929 (create)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `0qayi_module` m
LEFT JOIN `0qayi_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.238
ms
|
89 |
|
|
/classes/module/Module.php:343
/modules/leoblog/leoblog.php:45 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 145 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 42 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
1.223
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE tr.*
FROM `0qayi_tax_rule` tr
JOIN `0qayi_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` = 1
AND tr.`id_state` IN (0, 0)
AND ('82200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '82200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.213
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
1.189
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/files/base.php:251 (get_option)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/global-css.php:110 (get_meta)
/modules/leoelements/core/files/css/base.php:226 (is_update_required)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `0qayi_lang` a
LEFT JOIN `0qayi_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
1.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:219 (__construct)
/index.php:40 (require_once)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `0qayi_lang` l
JOIN 0qayi_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
1.158
ms
|
1 |
|
|
/classes/Language.php:1204
/classes/Language.php:1508 (countActiveLanguages)
/classes/Dispatcher.php:509 (isMultiLanguageActivated)
/classes/Dispatcher.php:242 (setRequestUri)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 189 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22726 LIMIT 1 |
1.156
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22731
ORDER BY f.position ASC, fvl.value ASC |
1.151
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `0qayi_hook` h
WHERE (h.active = 1) |
1.121
ms
|
1211 |
|
|
/classes/Hook.php:1608
/classes/Hook.php:910 (getHookStatusByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 196 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22727 AND `id_group` = 1 LIMIT 1 |
1.118
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE *
FROM `0qayi_leoelements_contents` a
LEFT JOIN `0qayi_leoelements_contents_lang` `b` ON a.`id_leoelements_contents` = b.`id_leoelements_contents` AND b.`id_lang` = 1
WHERE (a.`id_leoelements_contents` = 41) LIMIT 1 |
1.114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/leoelements/leoelements.php:1189 (__construct)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = '_elementor_global_css' LIMIT 1 |
1.113
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/files/base.php:251 (get_option)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
1.106
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
1.104
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:42 (__construct)
/modules/leoelements/core/dynamic-tags/manager.php:434 (__construct)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1204 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = '_elementor_settings_update_time' LIMIT 1 |
1.104
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/files/css/global-css.php:118 (get_option)
/modules/leoelements/core/files/css/base.php:226 (is_update_required)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
1.101
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
1.100
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM 0qayi_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
1.074
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:285 (__construct)
/index.php:40 (require_once)
|
| 31 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "blockbanner" LIMIT 1 |
1.070
ms
|
0 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:123 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1737 (getInstanceByName)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22729
ORDER BY f.position ASC, fvl.value ASC |
1.035
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `width`, `height`
FROM 0qayi_image_type
WHERE `name` = 'home_default' LIMIT 1 |
1.026
ms
|
1 |
|
|
/classes/Image.php:554
/modules/leoelements/leoelements.php:713 (getSize)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = '_elementor_scheme_last_updated' LIMIT 1 |
1.004
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/files/css/global-css.php:112 (get_option)
/modules/leoelements/core/files/css/base.php:226 (is_update_required)
/modules/leoelements/includes/frontend.php:931 (enqueue)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE * FROM `0qayi_leoelements_fonts` WHERE type=1 |
0.924
ms
|
1 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:776 (getAllFonts)
/modules/leoelements/includes/fonts.php:177 (getFontFamilyUploaded)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.900
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `0qayi_leoelements_related` bc
LEFT JOIN `0qayi_leoelements_related_shop` bcs
ON (bc.`id_leoelements_related` = bcs.`id_leoelements_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'manufacturer'
AND bc.`key_related` = '19' LIMIT 1 |
0.899
ms
|
6 |
|
|
/modules/leoelements/src/Leo_Helper.php:1234
/modules/leoelements/src/Leo_Helper.php:1839 (getRelatedByKey)
/modules/leoelements/leoelements.php:1396 (reset_post_var)
/classes/Hook.php:1237 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:1407 (exec)
/classes/controller/FrontController.php:1435 (getLayout)
/classes/controller/FrontController.php:1784 (getLayoutName)
/classes/controller/ProductListingFrontController.php:574 (getTemplateVarPage)
/controllers/front/listing/ManufacturerController.php:266 (getTemplateVarPage)
/classes/controller/FrontController.php:553 (getTemplateVarPage)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 174 |
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 20 DAY
)
) > 0) as new
FROM 0qayi_product p
LEFT JOIN 0qayi_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 0qayi_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 0qayi_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (22725,22726,22727,22728,22729,22730,22731,22732,22733,22734,22735,22736) |
0.895
ms
|
12 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.883
ms
|
0 |
|
|
/classes/module/Module.php:2270
/modules/leoelements/includes/fonts.php:157 (isEnabled)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM 0qayi_shop_url su
LEFT JOIN 0qayi_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'etm-racing.com' OR su.domain_ssl = 'etm-racing.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.871
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1392
/classes/shop/Shop.php:356 (findShopByHost)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `0qayi_group_lang`
WHERE `id_group` = 1 |
0.858
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1731 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1738 (getCache)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `0qayi_feature` f INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `0qayi_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `0qayi_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `0qayi_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.851
ms
|
10 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.848
ms
|
1 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:121 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1737 (getInstanceByName)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.815
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.813
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE * FROM `0qayi_leoelements_fonts` WHERE type=2 |
0.808
ms
|
1 |
|
|
/modules/leoelements/classes/LeoElementsFont.php:70
/modules/leoelements/classes/LeoElementsProfilesModel.php:756 (getAllFonts)
/modules/leoelements/includes/fonts.php:178 (getFontFamilyGoogle)
/modules/leoelements/includes/fonts.php:137 (get_native_fonts)
/modules/leoelements/includes/controls/font.php:62 (get_fonts)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22731
AND cl.`id_lang` = 1 |
0.805
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `0qayi_country`
WHERE `id_country` = 8 LIMIT 1 |
0.785
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/modules/leoelements/includes/widgets/LeoGenCode.php:172 (getTemplateVarShop)
/modules/leoelements/includes/widgets/LeoGenCode.php:135 (generateFile)
/modules/leoelements/includes/base/widget-base.php:464 (render)
/modules/leoelements/includes/base/widget-base.php:594 (render_content)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/includes/base/element-base.php:861 (print_element)
/modules/leoelements/includes/base/element-base.php:612 (_print_content)
/modules/leoelements/core/base/document.php:1144 (print_element)
/modules/leoelements/core/base/document.php:799 (print_elements)
/modules/leoelements/includes/frontend.php:1032 (print_elements_with_wrapper)
/modules/leoelements/leoelements.php:1386 (get_builder_content)
/modules/leoelements/leoelements.php:2958 (getWidgetVariables)
/modules/leoelements/leoelements.php:1365 (renderWidget2)
/classes/Hook.php:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:118 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/4e/87/d5/4e87d52cd920ecee27900c9e2db0f40e46958147_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ad01544_69913478)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:219 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:76 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 228 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22733 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.762
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.762
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22727 LIMIT 1 |
0.761
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22732 |
0.761
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22735
ORDER BY `position` |
0.739
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22731) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.696
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.662
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:929 (create)
/modules/leoelements/leoelements.php:1162 (parse_global_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE m.name FROM 0qayi_module AS m INNER JOIN 0qayi_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) WHERE m.active = 1 AND m.name NOT IN ('leoelements','appagebuilder','crazyelements','leocrazyextras','axoncreator','leobootstrapmenu','leoslideshow','leofeature','leoblog') |
0.631
ms
|
89 |
|
|
/modules/leoelements/includes/widgets/LeoModule.php:269
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22732) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.602
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `0qayi_meta` m
LEFT JOIN `0qayi_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.600
ms
|
63 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 304 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.595
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `0qayi_category_product` cp
LEFT JOIN `0qayi_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `0qayi_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 0qayi_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 22730
AND cl.`id_lang` = 1 |
0.581
ms
|
1 |
|
|
/classes/Product.php:3198
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:65 (getProductCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22725 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `0qayi_product_attribute` pa
INNER JOIN 0qayi_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `0qayi_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `0qayi_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `0qayi_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `0qayi_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.561
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22725
ORDER BY `position` |
0.553
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE *
FROM `0qayi_currency` a
LEFT JOIN `0qayi_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `0qayi_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE `id_lang` FROM `0qayi_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.536
ms
|
1 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.524
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 198 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22727 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.517
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "leoslideshow" LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:99 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.512
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.512
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `0qayi_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
0.511
ms
|
3 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:408 (findOneBy)
/classes/Hook.php:1237 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE mc.*
FROM `0qayi_module_currency` mc
WHERE (mc.`id_module` = 35) AND (mc.`id_shop` = 1) |
0.507
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/ps_wirepayment/ps_wirepayment.php:83 (checkPaymentCurrencies)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `0qayi_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:146 (__construct)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 218 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22731 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22731 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.456
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.451
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/includes/managers/schemes.php:312 (get_option)
/modules/leoelements/includes/elements/section.php:1102 (get_enabled_schemes)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.449
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `0qayi_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.448
ms
|
1 |
|
|
/classes/module/Module.php:2171
/classes/Hook.php:1050 (getExceptionsStatic)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `active`
FROM `0qayi_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.446
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:274
/modules/ps_mbo/ps_mbo.php:95 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.442
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:102 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.431
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:478 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22736 |
0.430
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (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 0qayi_shop_group gs
LEFT JOIN 0qayi_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN 0qayi_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.422
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:716
/classes/shop/Shop.php:775 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `0qayi_country` a
LEFT JOIN `0qayi_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `0qayi_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:154 (__construct)
/index.php:40 (require_once)
|
| 69 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3794233234" AND cs.`id_shop`=1 LIMIT 1 |
0.417
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:481 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `0qayi_module` m
LEFT JOIN `0qayi_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.415
ms
|
89 |
|
|
/classes/module/Module.php:343
/modules/invrecaptcha/invrecaptcha.php:51 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:513 (exec)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22725) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.405
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM 0qayi_shop s |
0.399
ms
|
1 |
|
|
/classes/shop/Shop.php:922
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1101 (register)
/classes/controller/FrontController.php:965 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 0qayi_feature_product pf
LEFT JOIN 0qayi_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 0qayi_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN 0qayi_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 0qayi_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 0qayi_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22730
ORDER BY f.position ASC, fvl.value ASC |
0.396
ms
|
1 |
Yes
|
|
/classes/Product.php:5778
/src/Adapter/Presenter/Product/ProductLazyArray.php:470 (getFrontFeaturesStatic)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFeatures)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 213 |
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 `0qayi_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22730 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `0qayi_cart_product` cp JOIN `0qayi_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `0qayi_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` = 22730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.395
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:494 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `0qayi_product` a
LEFT JOIN `0qayi_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `0qayi_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22729) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE data FROM 0qayi_layered_filter_block WHERE hash="a30c8e7067c0a558653cb9807eeb6695" LIMIT 1 |
0.387
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:213 (getFromCache)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `0qayi_module` m
LEFT JOIN `0qayi_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.377
ms
|
89 |
|
|
/classes/module/Module.php:343
/modules/ets_superspeed/ets_superspeed.php:125 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1737 (getInstanceByName)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 36 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.357
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22728
ORDER BY `position` |
0.357
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.344
ms
|
0 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:119 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1737 (getInstanceByName)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22726
ORDER BY `position` |
0.341
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 21 |
DELETE FROM `0qayi_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog"
) |
0.334
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 114 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.334
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1186 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `0qayi_hook_alias` |
0.332
ms
|
86 |
|
|
/classes/Hook.php:371
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:398 (normalizeHookName)
/classes/Hook.php:420 (getAllKnownNames)
/classes/Hook.php:1119 (isHookCallableOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 258 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `0qayi_image` i
INNER JOIN 0qayi_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `0qayi_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22729
ORDER BY `position` |
0.329
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:86 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.324
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:495 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 240 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22736) |
0.324
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE value FROM `0qayi_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.311
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:278
/modules/ps_accounts/src/Adapter/Configuration.php:223 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3609814690" AND cs.`id_shop`=1 LIMIT 1 |
0.306
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:480 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `0qayi_currency` a
LEFT JOIN `0qayi_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` |
0.297
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/leoelements/leoelements.php:713 (getFormattedName)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 20 |
DELETE FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-list" |
0.296
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1104 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 131 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "leoblog" LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/leoelements/includes/managers/widgets.php:105 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.294
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22725 |
0.291
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.290
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:479 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22733 AND `id_group` = 1 LIMIT 1 |
0.289
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE * FROM `0qayi_currency` c ORDER BY `iso_code` ASC |
0.288
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.282
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/files/assets/svg/svg-handler.php:56 (get_option)
/modules/leoelements/core/files/assets/svg/svg-handler.php:754 (is_svg_uploads_enabled)
/modules/leoelements/includes/controls/icons.php:126 (is_enabled)
/modules/leoelements/includes/controls/base.php:88 (get_default_settings)
/modules/leoelements/includes/managers/controls.php:455 (__construct)
/modules/leoelements/includes/managers/controls.php:529 (register_controls)
/modules/leoelements/includes/managers/controls.php:548 (get_controls)
/modules/leoelements/includes/managers/controls.php:705 (get_control)
/modules/leoelements/includes/base/controls-stack.php:437 (add_control_to_stack)
/modules/leoelements/includes/base/controls-stack.php:1389 (add_control)
/modules/leoelements/core/settings/general/model.php:210 (start_controls_section)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/includes/base/controls-stack.php:360 (get_settings)
/modules/leoelements/includes/base/controls-stack.php:1089 (get_controls_settings)
/modules/leoelements/includes/base/controls-stack.php:1222 (get_active_settings)
/modules/leoelements/core/settings/manager.php:180 (get_frontend_settings)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.274
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:493 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `0qayi_currency` c
LEFT JOIN 0qayi_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.270
ms
|
1 |
|
|
/classes/Currency.php:1120
/classes/Currency.php:1139 (countActiveCurrencies)
/modules/leoelements/leoelements.php:1710 (isMultiCurrencyActivated)
/modules/leoelements/leoelements.php:576 (getListCurrencies)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.269
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:484 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/leoelements/includes/managers/widgets.php:105 (isEnabled)
/modules/leoelements/includes/managers/widgets.php:269 (init_widgets)
/modules/leoelements/includes/elements/column.php:1030 (get_widget_types)
/modules/leoelements/includes/base/element-base.php:913 (_get_default_child_type)
/modules/leoelements/includes/base/element-base.php:358 (get_child_type)
/modules/leoelements/includes/base/element-base.php:958 (add_child)
/modules/leoelements/includes/base/element-base.php:318 (init_children)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:126 (get_children)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 220 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22732) |
0.267
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE tr.*
FROM `0qayi_tax_rule` tr
JOIN `0qayi_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 ('82200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '82200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.261
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3721 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5513 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22735) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.259
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:490 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 200 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22728) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.257
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.256
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/settings/general/manager.php:113 (get_option)
/modules/leoelements/core/settings/base/manager.php:431 (get_saved_settings)
/modules/leoelements/core/settings/base/manager.php:126 (create_model)
/modules/leoelements/core/settings/general/manager.php:88 (get_model)
/modules/leoelements/core/settings/manager.php:177 (get_model_for_config)
/modules/leoelements/includes/frontend.php:1237 (get_settings_frontend_config)
/modules/leoelements/leoelements.php:593 (get_init_settings)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 210 |
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 `0qayi_product` p
INNER JOIN `0qayi_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `0qayi_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` = 22730) |
0.254
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM 0qayi_shop s
LEFT JOIN 0qayi_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.252
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:149 (setUrl)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:122 (initialize)
/index.php:40 (require_once)
|
| 76 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.251
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:488 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22730 |
0.251
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.249
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:489 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 36 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.244
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/document-types/post.php:226 (get_post_meta)
/modules/leoelements/core/documents-manager.php:202 (__construct)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:74 (get)
/modules/leoelements/core/files/css/post.php:182 (get_data)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1228 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22728 |
0.243
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.241
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:482 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_group`
WHERE `id_group` = 1 LIMIT 1 |
0.238
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3763 (getReductionByIdGroup)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.236
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:485 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.236
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:492 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE format
FROM `0qayi_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.232
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/src/Leo_Helper.php:1425 (get_post_meta)
/modules/leoelements/core/responsive/responsive.php:139 (get_option)
:undefined ({closure:LeoElements\Core\Responsive\Responsive::get_breakpoints():134})
/modules/leoelements/core/responsive/responsive.php:133 (array_reduce)
/modules/leoelements/core/files/css/base.php:733 (get_breakpoints)
/modules/leoelements/core/files/css/base.php:123 (init_stylesheet)
/modules/leoelements/core/files/css/post.php:66 (__construct)
:undefined (__construct)
/modules/leoelements/core/files/manager.php:58 (newInstanceArgs)
/modules/leoelements/core/files/base.php:89 (get)
/modules/leoelements/includes/frontend.php:945 (create)
/modules/leoelements/leoelements.php:1186 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content3697379217" AND cs.`id_shop`=1 LIMIT 1 |
0.224
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:483 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="0" AND cs.`id_shop`=1 LIMIT 1 |
0.224
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:486 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `0qayi_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Configuration.php:135
/classes/Configuration.php:118 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:226 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE * FROM 0qayi_leoelements_contents c
LEFT JOIN 0qayi_leoelements_contents_shop cs ON c.`id_leoelements_contents`=cs.`id_leoelements_contents`
WHERE c.`content_key`="content2140573642" AND cs.`id_shop`=1 LIMIT 1 |
0.217
ms
|
48 |
|
|
/modules/leoelements/classes/LeoElementsContentsModel.php:106
/modules/leoelements/leoelements.php:487 (getIdByKey)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM 0qayi_leoelements_positions p |
0.215
ms
|
41 |
|
|
/modules/leoelements/classes/LeoElementsProfilesModel.php:322
/modules/leoelements/leoelements.php:424 (getAllProfileByShop)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `0qayi_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 10 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22730 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.212
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `0qayi_module` m
LEFT JOIN `0qayi_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.212
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:283
/modules/ps_mbo/ps_mbo.php:95 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/leoelements/includes/widgets/LeoModule.php:277 (getInstanceByName)
/modules/leoelements/includes/widgets/LeoModule.php:102 (_getModules)
/modules/leoelements/includes/widgets/LeoModule.php:96 (_register_content_controls)
/modules/leoelements/includes/base/controls-stack.php:1925 (_register_controls)
/modules/leoelements/includes/base/controls-stack.php:512 (init_controls)
/modules/leoelements/includes/base/widget-base.php:164 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:305 (get_stack)
/modules/leoelements/includes/base/controls-stack.php:1960 (get_controls)
/modules/leoelements/includes/base/controls-stack.php:1047 (sanitize_settings)
/modules/leoelements/includes/base/controls-stack.php:1800 (get_data)
/modules/leoelements/core/base/base-object.php:147 (get_init_settings)
/modules/leoelements/core/base/base-object.php:55 (ensure_settings)
/modules/leoelements/core/files/css/post.php:304 (get_settings)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:127 (render_styles)
/modules/leoelements/core/files/css/post.php:306 (add_controls_stack_style_rules)
/modules/leoelements/core/files/css/post.php:192 (render_styles)
/modules/leoelements/core/files/css/base.php:636 (render_css)
/modules/leoelements/core/files/base.php:154 (parse_content)
/modules/leoelements/core/dynamic-tags/dynamic-css.php:84 (get_content)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/core/dynamic-tags/manager.php:436 (enqueue)
:undefined (after_enqueue_post_css)
/modules/leoelements/src/Leo_Helper.php:880 (call_user_func_array)
/modules/leoelements/core/files/css/base.php:283 (do_action)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1192 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
0.208
ms
|
1 |
|
|
/classes/module/Module.php:2270
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:86 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `0qayi_product_attribute` pa INNER JOIN 0qayi_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` = 22726 |
0.202
ms
|
1 |
|
|
/classes/Product.php:7192
/classes/Product.php:7276 (getProductAttributesIds)
/classes/Product.php:8103 (hasCombinations)
/classes/Product.php:8088 (getDynamicProductType)
/classes/Product.php:2664 (getProductType)
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module_shop` WHERE `id_module` = 38 AND `id_shop` = 1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_lang` FROM `0qayi_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22731) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE value FROM `0qayi_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22728 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 22 |
DELETE FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-blog" |
0.186
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1105 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 311 |
SELECT SQL_NO_CACHE name FROM 0qayi_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/Presenter/Product/ProductLazyArray.php:624
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getCategoryName)
/src/Adapter/Presenter/AbstractLazyArray.php:124 (offsetGet)
/modules/leofeature/leofeature.php:1391 (jsonSerialize)
/classes/Hook.php:1237 (hookdisplayLeoCartButton)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/3d/7f/36/3d7f361f7e1313b4aee5236c050cd02bf97bc27a_2.module.leoelementsviewstemplatesfrontproductsplist2469222679.tpl.php:91 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c8a4625_89817746)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/c1/03/23/c10323c0d459927b4bcb6f10652cc258e9dcb4da_2.file.leo_col_products.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c865365_72268078)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/af/36/98/af369854ac721efd4c3ce03151e5bee2344e9acc_2.file.products.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2063c81d3d3_64863309)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:75 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/1c/7d/fa/1c7dfaabfc419c035c61ff5ab677455bfc58801a_2.file.layout-both-columns.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac5dca6_46161034)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/8a/17/a4/8a17a470941fe9b4097002ea1179504dca2a05c7_2.file.layout-left-column.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac3aef5_12486329)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/04/77/2d/04772defc645f4335178b6f31db5f1f026a0053e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f2062ac292e8_40786092)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/do_partdo_elementorlayouts_layout_left_column_tpl/48/3b/7f/483b7f0991dc9c2f9c6468fa972556ace59ada7f_2.file.manufacturer.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69f206403ac9b3_15169666)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:757 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.185
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22729 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22732 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `0qayi_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:562 (__construct)
/config/config.inc.php:179 (getGroup)
/index.php:40 (require_once)
|
| 23 |
DELETE FROM `0qayi_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category"
) |
0.176
ms
|
1 |
|
|
/classes/Configuration.php:574
/modules/leoblog/leoblog.php:1106 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 57 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.176
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_module` FROM `0qayi_module` WHERE `name` = "ps_banner" LIMIT 1 |
0.175
ms
|
1 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:123 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1737 (getInstanceByName)
/override/classes/Dispatcher.php:38 (displayContentCache)
/index.php:86 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `0qayi_currency_lang`
WHERE `id_currency` = 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE *
FROM `0qayi_configuration_lang`
WHERE `id_configuration` = 478 |
0.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE 1 FROM `0qayi_specific_price` WHERE id_product = 22731 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22731 AND `id_group` = 1 LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22736) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `0qayi_configuration` a
WHERE (a.`id_configuration` = 478) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:204 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:125 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:423 (get)
/modules/ps_accounts/src/Account/StatusManager.php:370 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:173 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:240 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/prod/Ps_facebookFrontContainer.php:267 (__construct)
/vendor/symfony/dependency-injection/Container.php:231 (getErrorHandlerService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `0qayi_country` a
LEFT JOIN `0qayi_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE id_leoelements_contents FROM `0qayi_leoelements_contents` WHERE hook="displayShoppingCartFooter" LIMIT 1 |
0.166
ms
|
55 |
|
|
/modules/leoelements/leoelements.php:496
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `0qayi_stock_available`
WHERE (id_product = 22728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE * FROM `0qayi_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.156
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE value FROM 0qayi_leoelements_meta WHERE id = 40 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.153
ms
|
27 |
|
|
/modules/leoelements/src/Leo_Helper.php:1360
/modules/leoelements/core/files/css/post.php:124 (get_post_meta)
/modules/leoelements/core/files/base.php:226 (load_meta)
/modules/leoelements/core/files/css/base.php:219 (get_meta)
/modules/leoelements/core/files/css/post.php:209 (enqueue)
/modules/leoelements/includes/frontend.php:950 (enqueue)
/modules/leoelements/leoelements.php:1186 (parse_post_css_code)
/modules/leoelements/leoelements.php:1020 (getWidgetCSS)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22732 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22728 AND `id_group` = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `0qayi_country`
WHERE `id_country` = 8 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `0qayi_country_lang`
WHERE `id_country` = 8 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/listing/ManufacturerController.php:98 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22736 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE c.id_currency
FROM `0qayi_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.147
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:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (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:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE `reduction`
FROM `0qayi_product_group_reduction_cache`
WHERE `id_product` = 22730 AND `id_group` = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/ManufacturerController.php:109 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE id_shop
FROM `0qayi_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:717 (isAssociatedToShop)
/classes/controller/FrontController.php:351 (setCurrency)
/controllers/front/listing/ManufacturerController.php:87 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/override/classes/Dispatcher.php:44 (dispatch)
/index.php:86 (dispatch)
|
| 24 |
DELETE FROM `0qayi_configuration`
WHERE `name` = "PS_ROUTE_module-leoblog-category" |
0.120
ms
|
1 |
|
|
/classes/Configuration.php:582
/modules/leoblog/leoblog.php:1106 (deleteByName)
/classes/Hook.php:1237 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|