2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.650
ms
|
1407 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.112
ms
|
148 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
110 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.051
ms
|
500 |
|
|
/classes/Hook.php:452
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.023
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE * FROM ps_carrier_shop AS cs
LEFT JOIN ps_carrier USING (id_carrier)
LEFT JOIN ps_ed_carriers edc USING (id_reference, id_shop)
LEFT JOIN ps_carrier_lang AS cl USING (id_carrier, id_shop)
LEFT JOIN ps_carrier_zone AS cz USING (id_carrier)WHERE `id_zone` IN (SELECT tmpz.`id_zone` FROM `ps_state` AS tmpz LEFT JOIN `ps_country` USING (id_country) WHERE tmpz.`iso_code` LIKE 'US%' AND tmpz.`active` = 1 AND tmpz.id_zone > 0 GROUP BY tmpz.id_zone) AND `active` = 1 AND deleted = 0 AND cl.`id_lang` = 1 AND cs.id_shop = 1 GROUP BY id_reference ORDER BY position ASC, id_carrier DESC |
0.940
ms
|
70 |
Yes
|
Yes
|
/modules/estimateddelivery/estimateddelivery.php:3133
/modules/estimateddelivery/estimateddelivery.php:5622 (getIpCarriers)
/modules/estimateddelivery/estimateddelivery.php:5394 (getEDCarriers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE p.*, pl.*,
TRIM(CONCAT(e.firstname, ' ', e.lastname)) AS author_name,
s.views, s.comments, s.likes,
cl.title AS cat_title
FROM `ps_a_blog_post` p
LEFT JOIN `ps_a_blog_post_lang` `pl` ON p.id_post = pl.id_post
LEFT JOIN `ps_employee` `e` ON p.author = e.id_employee
LEFT JOIN `ps_a_blog_post_stats` `s` ON p.id_post = s.id_post
LEFT JOIN `ps_a_blog_category_lang` `cl` ON p.id_category_default = cl.id_category
AND cl.id_lang = 1
AND cl.id_shop = 1
WHERE (p.active = 1) AND (pl.id_lang = 1) AND (pl.id_shop IN (1)) AND (`p`.publish_from <= '2025-03-14 23:06:12') AND (`p`.publish_to = '0000-00-00 00:00:00'
OR `p`.publish_to >= '2025-03-14 23:06:12')
GROUP BY pl.id_post
ORDER BY `publish_from` DESC
LIMIT 7 |
0.689
ms
|
6 |
Yes
|
Yes
|
/modules/amazzingblog/amazzingblog.php:1870
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-03-14 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,8 |
0.638
ms
|
19 |
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNotificationError' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.563
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/modules/fscustomhtml/fscustomhtml.php:1410 (renderWidget)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE tmpz.`id_zone` FROM `ps_state` AS tmpz LEFT JOIN `ps_country` USING (id_country) WHERE tmpz.`iso_code` LIKE 'US%' AND tmpz.`active` = 1 AND tmpz.id_zone > 0 GROUP BY tmpz.id_zone |
0.488
ms
|
352 |
|
Yes
|
/modules/estimateddelivery/estimateddelivery.php:3122
/modules/estimateddelivery/estimateddelivery.php:5622 (getIpCarriers)
/modules/estimateddelivery/estimateddelivery.php:5394 (getEDCarriers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNotificationWarning' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.470
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/modules/fscustomhtml/fscustomhtml.php:1417 (renderWidget)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNotificationInfo' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.470
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/modules/fscustomhtml/fscustomhtml.php:1431 (renderWidget)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNotificationSuccess' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.468
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/modules/fscustomhtml/fscustomhtml.php:1424 (renderWidget)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position |
0.451
ms
|
4 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:166
/modules/iqitmegamenu/iqitmegamenu.php:3195 (getTabsFrontend)
/modules/iqitmegamenu/iqitmegamenu.php:2644 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:111 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayHeader' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.445
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/modules/fscustomhtml/fscustomhtml.php:1455 (renderWidget)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayAfterBodyOpeningTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.430
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:244 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:64 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `ps_contact` c
LEFT JOIN ps_contact_shop contact_shop
ON (contact_shop.id_contact = c.id_contact AND contact_shop.id_shop = 1)
LEFT JOIN `ps_contact_lang` cl ON (c.`id_contact` = cl.`id_contact`)
WHERE cl.`id_lang` = 1
AND contact_shop.`id_shop` IN (1)
GROUP BY c.`id_contact`
ORDER BY `name` ASC |
0.416
ms
|
8 |
Yes
|
Yes
|
/classes/Contact.php:100
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:319 (getContacts)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:67 (getTemplateVarContact)
/modules/iqitelementor/includes/widgets/prestashop.php:60 (getForm)
/modules/iqitelementor/includes/elements/base.php:376 (_register_controls)
/modules/iqitelementor/includes/widgets/prestashop.php:106 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:80 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:71 (register_widget)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.408
ms
|
1028 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
373 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayHome' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.400
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayFooterBefore' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.397
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNavFullWidth' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.389
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNav2' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.386
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayFooterAfter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.385
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:166 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:60 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayNav1' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.382
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayTop' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.377
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayCustomerLoginFormAfter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.372
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4143b12a1_05441344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayFooter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.369
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '1' AND c.`hook` = 'displayBeforeBodyClosingTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
0.360
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392 (getListContent)
/modules/fscustomhtml/fscustomhtml.php:1354 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.344
ms
|
32 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2) |
0.319
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.286
ms
|
16 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.281
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.277
ms
|
1028 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
266 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3) |
0.276
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1) |
0.264
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4) |
0.262
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.262
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.261
ms
|
16 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
348 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.260
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6) |
0.254
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1
ORDER BY f.position ASC |
0.252
ms
|
4 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5) |
0.252
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 1 |
0.246
ms
|
2 |
|
|
/classes/Product.php:7516
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 26, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 26) AND
`id_group` IN (0, 1) AND `id_product` = 1 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.244
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 2
AND agl.`id_lang` = 1 |
0.243
ms
|
2 |
|
|
/classes/Product.php:7516
/classes/Product.php:7667 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7) |
0.241
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'jectec.online' OR su.domain_ssl = 'jectec.online')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.236
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
168 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-14 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8) |
0.233
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673 (assembleProduct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2
ORDER BY f.position ASC |
0.229
ms
|
4 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 26, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 26) AND
`id_group` IN (0, 1) AND `id_product` = 2 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.227
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.225
ms
|
59 |
Yes
|
|
/classes/Dispatcher.php:654
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
166 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.223
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.216
ms
|
4 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.215
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.215
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
171 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3
AND pac.`id_product_attribute` = 13
AND agl.`id_lang` = 1 |
0.212
ms
|
1 |
|
|
/classes/Product.php:7516
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2
AND pac.`id_product_attribute` = 9
AND agl.`id_lang` = 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:7516
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4
AND pac.`id_product_attribute` = 16
AND agl.`id_lang` = 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:7516
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
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 `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.210
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4513
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.209
ms
|
3 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.209
ms
|
3 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5
AND pac.`id_product_attribute` = 19
AND agl.`id_lang` = 1 |
0.208
ms
|
1 |
|
|
/classes/Product.php:7516
/classes/Product.php:5857 (getAttributesParams)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.205
ms
|
3 |
|
|
/classes/Product.php:2746
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.200
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6
ORDER BY f.position ASC |
0.194
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.193
ms
|
92 |
|
|
/classes/module/Module.php:341
/modules/ps_checkout/ps_checkout.php:149 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
241 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7
ORDER BY f.position ASC |
0.192
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8
ORDER BY f.position ASC |
0.191
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
0.191
ms
|
19 |
|
|
/classes/Category.php:991
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.191
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.189
ms
|
92 |
|
|
/classes/module/Module.php:341
/modules/fsadvancedurl/classes/FsAdvancedUrlModule.php:72 (__construct)
/modules/fsadvancedurl/fsadvancedurl.php:119 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
352 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.189
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.188
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.187
ms
|
92 |
|
|
/classes/module/Module.php:341
/modules/amazzingblog/amazzingblog.php:26 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
170 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3
ORDER BY f.position ASC |
0.187
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC |
0.187
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 26
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 |
0.185
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4
ORDER BY f.position ASC |
0.184
ms
|
2 |
Yes
|
|
/classes/Product.php:6013
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.183
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.182
ms
|
92 |
|
|
/classes/module/Module.php:341
/modules/iqitthemeeditor/iqitthemeeditor.php:40 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.179
ms
|
92 |
|
|
/classes/module/Module.php:341
/modules/ph_simpleblog/ph_simpleblog.php:135 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
349 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.177
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1, 2, 3, 4, 5, 6, 7, 8) AND il.`id_lang` = 1 ORDER by i.`position` |
0.173
ms
|
8 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.171
ms
|
8 |
|
Yes
|
/classes/Product.php:2731
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.171
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.170
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_elementor_landing` a
LEFT JOIN `ps_iqit_elementor_landing_lang` `b` ON a.`id_iqit_elementor_landing` = b.`id_iqit_elementor_landing` AND b.`id_lang` = 1
WHERE (a.`id_iqit_elementor_landing` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitelementor/iqitelementor.php:614 (__construct)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 4 AND c.nright >= 5)
ORDER BY c.nleft |
0.166
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (10, 11, 12, 9) AND il.`id_lang` = 1 ORDER by i.`position` |
0.165
ms
|
4 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 4 AND c.nright >= 5)
ORDER BY c.nleft |
0.162
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 6 AND c.nright >= 7)
ORDER BY c.nleft |
0.162
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.162
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.160
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.159
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.159
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.158
ms
|
2 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.158
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getUrl)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Cart.php:4249
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/da/a6/c2/daa6c21ced680f63fe74baa323cdebaf5c2b6316_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57ddbe7_68391835)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ba/7a/8a/ba7a8a47022aaf730568cf8acf15b2672336bc36_2.file.head.tpl.php:579 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ba/7a/8a/ba7a8a47022aaf730568cf8acf15b2672336bc36_2.file.head.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57c5419_45725345)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:204 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position` |
0.156
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1) |
0.155
ms
|
8 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.153
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (14, 15, 13) AND il.`id_lang` = 1 ORDER by i.`position` |
0.151
ms
|
3 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 4 AND c.nright >= 5)
ORDER BY c.nleft |
0.150
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:184 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:331 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `ps_simpleblog_category` c
LEFT JOIN `ps_simpleblog_category_lang` cl ON (c.`id_simpleblog_category` = cl.`id_simpleblog_category` AND cl.`id_lang` = 1)
WHERE 1=1
AND c.`active` = 1
ORDER BY c.position ASC |
0.150
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:362
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:106 (getCategories)
/modules/iqitelementor/includes/widgets/prestashop.php:60 (getForm)
/modules/iqitelementor/includes/elements/base.php:376 (_register_controls)
/modules/iqitelementor/includes/widgets/prestashop.php:106 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:80 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:71 (register_widget)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.149
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.148
ms
|
1 |
Yes
|
|
/classes/Currency.php:687
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:147 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.php:246 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4143502a8_50640635)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.php:221 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414340280_48905349)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2582 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:111 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 4 AND c.nright >= 5)
ORDER BY c.nleft |
0.147
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.146
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17, 18, 16) AND il.`id_lang` = 1 ORDER by i.`position` |
0.146
ms
|
3 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (20, 21, 19) AND il.`id_lang` = 1 ORDER by i.`position` |
0.146
ms
|
3 |
Yes
|
|
/classes/Product.php:2915
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position` |
0.146
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2) |
0.145
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.144
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
0.144
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE * FROM ps_a_blog_block b
INNER JOIN ps_a_blog_block_lang bl
ON b.id_block = bl.id_block
AND bl.id_lang = 1
AND bl.id_shop = 1
WHERE active = 1 AND hook_name = 'displayHome'
ORDER BY b.id_block DESC |
0.143
ms
|
5 |
|
|
/modules/amazzingblog/amazzingblog.php:4383
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.143
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.141
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 15 AND c.nright >= 16)
ORDER BY c.nleft |
0.140
ms
|
3 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1
AND image_shop.`cover` = 1 LIMIT 1 |
0.138
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 6 AND c.nright >= 7)
ORDER BY c.nleft |
0.137
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:61 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
219 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
LEFT JOIN `ps_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 1 AND cl.id_shop = 1
WHERE (c.nleft <= 12 AND c.nright >= 13)
ORDER BY c.nleft |
0.134
ms
|
9 |
Yes
|
|
/classes/Product.php:7853
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3) |
0.133
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE id_country FROM ps_country WHERE iso_code LIKE "US" LIMIT 1 |
0.131
ms
|
1 |
|
|
/modules/estimateddelivery/estimateddelivery.php:4728
/modules/estimateddelivery/estimateddelivery.php:3129 (getIDCountryFromISO)
/modules/estimateddelivery/estimateddelivery.php:5622 (getIpCarriers)
/modules/estimateddelivery/estimateddelivery.php:5394 (getEDCarriers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 45
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
0.131
ms
|
2 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5) |
0.130
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4) |
0.129
ms
|
3 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 6
WHERE t.id_lang = 1 |
0.128
ms
|
1 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 26) LIMIT 1 |
0.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
123 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1 AND pa.`id_product` = 1 AND pa.`id_product_attribute` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7) |
0.126
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6) |
0.125
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3 AND pa.`id_product` = 3 AND pa.`id_product_attribute` = 13 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8) |
0.123
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2 AND pa.`id_product` = 2 AND pa.`id_product_attribute` = 9 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_lang` `b` ON a.`id_cms_category` = b.`id_cms_category` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Link.php:232 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:83 (getCMSLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 4 AND pa.`id_product` = 4 AND pa.`id_product_attribute` = 16 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7
AND image_shop.`cover` = 1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5 AND pa.`id_product` = 5 AND pa.`id_product_attribute` = 19 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5817 (getAvailableDate)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:639 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Meta.php:184
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1791 (getMetaTags)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8
AND image_shop.`cover` = 1 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
126 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1 |
0.113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.111
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
365 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7 LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 903
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
0.111
ms
|
2 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Image.php:560
/modules/iqitmegamenu/iqitmegamenu.php:2643 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:111 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2
AND image_shop.`cover` = 1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE *
FROM `ps_simpleblog_category` sbc
LEFT JOIN `ps_simpleblog_category_lang` sbcl
ON (sbc.`id_simpleblog_category` = sbcl.`id_simpleblog_category` AND sbcl.`id_lang` = 1)
WHERE sbc.`id_parent` = 1 AND sbc.active = 1
ORDER BY sbc.`position` ASC |
0.108
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:198
/modules/ph_simpleblog/models/SimpleBlogCategory.php:371 (getChildrens)
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:106 (getCategories)
/modules/iqitelementor/includes/widgets/prestashop.php:60 (getForm)
/modules/iqitelementor/includes/elements/base.php:376 (_register_controls)
/modules/iqitelementor/includes/widgets/prestashop.php:106 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:80 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:71 (register_widget)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 5
WHERE t.id_lang = 1 |
0.106
ms
|
3 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Image.php:560
/modules/iqitmegamenu/iqitmegamenu.php:2660 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2597 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2580 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:111 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4
AND image_shop.`cover` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 26
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.105
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5725 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3
AND image_shop.`cover` = 1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5
AND image_shop.`cover` = 1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2227 (isMultiCurrencyActivated)
/modules/iqitelementor/iqitelementor.php:592 (getCacheId)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6
AND image_shop.`cover` = 1 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6 LIMIT 1 |
0.103
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
28 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.102
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.102
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 8 LIMIT 1 |
0.101
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 1
WHERE t.id_lang = 1 |
0.100
ms
|
2 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1 AND `id_shop` = 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2 AND `id_shop` = 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE value FROM ps_a_blog_settings
WHERE name = 'general' AND id_shop = 1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/modules/amazzingblog/amazzingblog.php:81
/modules/amazzingblog/amazzingblog.php:48 (getSettings)
/modules/amazzingblog/amazzingblog.php:3890 (defineGeneralSettings)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE c.id_category, c.id_parent, cl.title, cl.link_rewrite
FROM ps_a_blog_category c
LEFT JOIN ps_a_blog_category_lang cl
ON c.id_category = cl.id_category AND cl.id_lang = 1
AND cl.id_shop = 1
WHERE c.id_category =1 AND c.level_depth > 0 LIMIT 1 |
0.100
ms
|
0 |
|
|
/modules/amazzingblog/amazzingblog.php:3633
/modules/amazzingblog/amazzingblog.php:3660 (getCategoryParents)
/modules/amazzingblog/amazzingblog.php:3696 (getCategoryParentsURL)
/var/cache/dev/smarty/compile/warehouse/33/c5/56/33c5568d5ad61b3ec57d179d62441edb51e29b86_2.file.post-list-item.tpl.php:28 (getPostLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b455b8fa95_64789540)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d4/b5/ab/d4b5ab68a926b41b4848fbc2c0ccb5c26d58beec_2.file.post-list.tpl.php:46 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b455b82f15_48286242)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/5c/d0/35/5cd0350a3ba3cf6d9d8bc636edace4ca96bec776_2.file.blocks.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b455b7b218_78194129)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2255 (fetch)
/modules/amazzingblog/amazzingblog.php:4441 (display)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3 AND `id_shop` = 1 |
0.099
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 6 |
0.099
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.098
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
351 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1 |
0.097
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
376 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:639 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 2 LIMIT 1 |
0.096
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4 AND `id_shop` = 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:96
/classes/Smarty/SmartyCustom.php:120 (check_compile_cache_invalidation)
/classes/module/Module.php:2320 (createTemplate)
/classes/module/Module.php:2255 (getCurrentSubTemplate)
/modules/estimateddelivery/estimateddelivery.php:5390 (display)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 4
WHERE t.id_lang = 1 |
0.095
ms
|
1 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3 LIMIT 1 |
0.095
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 4 LIMIT 1 |
0.095
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5 LIMIT 1 |
0.095
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:113
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 7 |
0.095
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 2
WHERE t.id_lang = 1 |
0.094
ms
|
2 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE t.* FROM ps_a_blog_tag t
INNER JOIN ps_a_blog_post_tag pt
ON pt.id_tag = t.id_tag AND pt.id_post = 3
WHERE t.id_lang = 1 |
0.094
ms
|
4 |
|
|
/modules/amazzingblog/amazzingblog.php:2835
/modules/amazzingblog/amazzingblog.php:1872 (getPostTags)
/modules/amazzingblog/amazzingblog.php:3846 (getPostListInfos)
/modules/amazzingblog/amazzingblog.php:4421 (getBlockItems)
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 8 |
0.094
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fscustomhtml" LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4143b12a1_05441344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE link_rewrite, id_lang FROM ps_a_blog_category_lang
WHERE id_shop = 1 AND id_category = 1 |
0.093
ms
|
1 |
|
|
/modules/amazzingblog/amazzingblog.php:64
/modules/amazzingblog/amazzingblog.php:512 (defineCustomSlug)
/classes/Hook.php:1077 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_cms_category` c LEFT JOIN `ps_cms_category_lang` cl ON (c.`id_cms_category` = cl.`id_cms_category` AND `id_lang` = 1) WHERE c.`id_cms_category` = 1 AND c.`id_parent` != 0 |
0.093
ms
|
0 |
|
|
/modules/fsadvancedurl/fsadvancedurl.php:4081
/override/classes/Link.php:236 (getCMSCategoryParentCategories)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:83 (getCMSLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
18 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/ph_simpleblog/ph_simpleblog.php:130 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
385 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_cms_category` c LEFT JOIN `ps_cms_category_lang` cl ON (c.`id_cms_category` = cl.`id_cms_category` AND `id_lang` = 1) WHERE c.`id_cms_category` = 1 AND c.`id_parent` != 0 |
0.092
ms
|
0 |
|
|
/modules/fsadvancedurl/fsadvancedurl.php:4081
/override/classes/Link.php:236 (getCMSCategoryParentCategories)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:83 (getCMSLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.091
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:48 (loadRoutes)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
60 |
SELECT SQL_NO_CACHE * FROM ps_a_blog_hook_settings
WHERE hook_name = 'displayHome' LIMIT 1 |
0.090
ms
|
1 |
|
|
/modules/amazzingblog/amazzingblog.php:4371
/modules/amazzingblog/amazzingblog.php:4509 (displayNativeHook)
/classes/Hook.php:1077 (hookDisplayHome)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.090
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsearch" LIMIT 1 |
0.090
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:46 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 9) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 10) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 14) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_cms_category` c LEFT JOIN `ps_cms_category_lang` cl ON (c.`id_cms_category` = cl.`id_cms_category` AND `id_lang` = 1) WHERE c.`id_cms_category` = 1 AND c.`id_parent` != 0 |
0.089
ms
|
0 |
|
|
/modules/fsadvancedurl/fsadvancedurl.php:4081
/override/classes/Link.php:236 (getCMSCategoryParentCategories)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:83 (getCMSLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 19 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Cart.php:1300
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:29 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414318d34_14363116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5e/3f/235e3f5ee59d64225af247fb2228e65cd3fe7fb0_2.module.ps_shoppingcartps_shoppingcartdefault.tpl.php:28 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414314a05_16363675)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:86 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 13) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitpopup" LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.086
ms
|
2 |
|
|
/classes/SpecificPrice.php:310
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 4 |
0.086
ms
|
2 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.086
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2 |
0.086
ms
|
4 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_cms_category` c LEFT JOIN `ps_cms_category_lang` cl ON (c.`id_cms_category` = cl.`id_cms_category` AND `id_lang` = 1) WHERE c.`id_cms_category` = 1 AND c.`id_parent` != 0 |
0.086
ms
|
0 |
|
|
/modules/fsadvancedurl/fsadvancedurl.php:4081
/override/classes/Link.php:236 (getCMSCategoryParentCategories)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:83 (getCMSLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 9 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3 |
0.085
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 13 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 16 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Combination.php:560
/classes/Product.php:5678 (getPrice)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 16) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5809 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 26) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1 |
0.083
ms
|
8 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 5 |
0.082
ms
|
2 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4 |
0.081
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 8 |
0.081
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fsadvancedurl" LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/override/classes/Dispatcher.php:49 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
26 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2041
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 3 |
0.080
ms
|
2 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 8 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5 |
0.079
ms
|
3 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 1 |
0.079
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 2 |
0.079
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/iqitproductflags/iqitproductflags.php:157 (getProductCategories)
/classes/Hook.php:1077 (hookDisplayProductCampagains)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1 AND id_shop=1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.077
ms
|
0 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:256
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1137 (__construct)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1217 (getPsAccountRepositoryService)
/var/cache/dev/Ps_checkout8422FrontContainer.php:1207 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFrontControllerValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1516 (getService)
/modules/ps_checkout/ps_checkout.php:913 (getService)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcountdown" LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:324 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 4 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:48 (makeCmsCategoryLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:48 (makeCmsCategoryLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 6 |
0.076
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 7 |
0.075
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.074
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
89 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Category.php:1751
/classes/Category.php:973 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 4 LIMIT 1 |
0.074
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 26 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2 AND id_shop=1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 5 LIMIT 1 |
0.073
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.073
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1 |
0.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:319 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 9 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 19 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 6 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13 |
0.071
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 26 |
0.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-03-14 00:00:00' AND '2025-03-14 23:59:59' LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 5 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 16 |
0.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5912 (__construct)
/classes/Product.php:5875 (computeUnitPriceRatio)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1 |
0.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.069
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:578 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:330 (hookCommonCb)
/classes/Hook.php:1077 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 18) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 4) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7846 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 903) LIMIT 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.068
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 9 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 8 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5658 (getLinkRewrite)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6 AND id_shop=1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.068
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:671 (present)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 11) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 15) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4 AND id_shop=1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8 AND id_shop=1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5 AND id_shop=1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2132
/override/classes/Dispatcher.php:49 (isEnabled)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3 AND id_shop=1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.064
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Product.php:6873
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 7 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 8 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 9) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7846 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
132 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 5) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7846 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 12) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4143b12a1_05441344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 8) LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Product.php:7846 (getInterval)
/classes/Link.php:237 (getParentCategories)
/override/classes/Link.php:127 (getProductLink)
/classes/Product.php:5660 (getProductLink)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.062
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:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 63 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:324 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:46 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 6) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 7) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-03-14 00:00:00' AND '2025-03-14 23:59:59' LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcompare" LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 6 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 60 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7e/f5/63/7ef563375662f88f2981e149c04d6571abb8d85a_2.file.footer-1.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414380ae3_47641827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/a4/ad/6a/a4ad6af6e63dfa457349733b63ee20ba70578dd5_2.file.footer.tpl.php:32 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b41437c3a8_61890279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:516 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2132
/classes/controller/FrontController.php:1669 (isEnabled)
/classes/controller/FrontController.php:1813 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 5 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/SpecificPrice.php:256
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 4 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 7 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 8) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getFlags)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:179 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:143 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 26 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/IndexController.php:38 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
164 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:84 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:83 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/ae/00/94/ae00945f3158f97d9f6b5cc20f44d6aa75130bd7_2.file.header-1.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b414308179_65904259)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:146 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 8 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4344 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:552 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/50/00/fd5000268913b7fe96b83bf6bbb1afd67f4d1c13_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142d9ee3_45644992)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:280 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/26/b9/9a26b963e6e6b51292c9091ecb5f4e1c40702a4b_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57b2016_65418178)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/19/b9/ec/19b9eccbd41c99efabcf47f8037c181c67f5f200_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a6f11_00957043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/d1/55/ccd155bd9d926aab6389d8837a7bfb879bbb5a00_2.file.page.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b3a57a2c49_78737116)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/43/5c/6a/435c6aa3eda8911c1a65ab9c8788f9a8c9cfa3ee_2.file.index.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b4142b1a40_00818415)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6 AND `id_group` = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5691 (getPriceStatic)
/classes/Product.php:5990 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:82 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:653 (runQuery)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459 (getProducts)
/modules/iqitelementor/iqitelementor.php:547 (parseOptions)
/modules/iqitelementor/iqitelementor.php:539 (getIqitElementorWidgetVariables)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 59 AND `id_shop` = 1 LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:230 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/c7/40/5e/c7405e4fda209fa7537ab3f2c5a4496e90901813_2.file.product-miniature-thumb.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d8000c5_29186559)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/d0/98/70/d0987024c556930215475e0c0319a1efabf14a6d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7d9127_32449352)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/warehouse/23/05/fe/2305fe16b3f8e1775116cdd883c4803f831f0aa7_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7cc248_09998371)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplateswidgetsproductslist.tpl.php:53 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67d4b35d7c18b5_02981735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2296 (fetch)
/modules/iqitelementor/iqitelementor.php:540 (fetch)
/modules/iqitelementor/src/iqitElementorWpHelper.php:73 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/prestashop.php:94 (renderIqitElementorWidget)
/modules/iqitelementor/includes/widgets/base.php:271 (render)
/modules/iqitelementor/includes/frontend.php:77 (render_content)
/modules/iqitelementor/includes/frontend.php:58 (_print_widget)
/modules/iqitelementor/includes/frontend.php:40 (_print_column)
/modules/iqitelementor/includes/frontend.php:316 (_print_section)
/modules/iqitelementor/includes/frontend.php:334 (apply_builder_in_content)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:71 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.046
ms
|
1 |
|
|
/classes/module/Module.php:2132
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:71 (isEnabled)
/modules/iqitelementor/src/iqitElementorWpHelper.php:43 (__construct)
/modules/iqitelementor/includes/widgets-manager.php:68 (getIqitElementorWidgets)
/modules/iqitelementor/includes/widgets-manager.php:62 (_register_wp_widgets)
/modules/iqitelementor/includes/widgets-manager.php:100 (_init_widgets)
/modules/iqitelementor/includes/widgets-manager.php:106 (get_registered_widgets)
/modules/iqitelementor/includes/frontend.php:144 (get_widget)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:194 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:91 (_parse_style_item)
/modules/iqitelementor/includes/frontend.php:333 (print_css)
/modules/iqitelementor/includes/plugin-elementor.php:62 (__construct)
/modules/iqitelementor/iqitelementor.php:618 (get_frontend)
/modules/iqitelementor/iqitelementor.php:593 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/controllers/front/IndexController.php:40 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|